Skip to content

Commit d8d8295

Browse files
Bump ubi9/ubi from 9.4-1214.1729773476 to 9.5
Bumps ubi9/ubi from 9.4-1214.1729773476 to 9.5. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ac61c2 commit d8d8295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN yum --assumeyes install \
1010
&& yum clean all;
1111

1212
### Build backplane-cli
13-
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as bp-cli-builder
13+
FROM registry.access.redhat.com/ubi9/ubi:9.5 as bp-cli-builder
1414

1515
RUN yum install --assumeyes \
1616
make \
@@ -38,7 +38,7 @@ RUN cp ./ocm-backplane /out
3838
RUN chmod -R +x /out
3939

4040
### Build dependencies
41-
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as dep-builder
41+
FROM registry.access.redhat.com/ubi9/ubi:9.5 as dep-builder
4242

4343
RUN yum install --assumeyes \
4444
jq \

0 commit comments

Comments
 (0)