Skip to content

Commit 55d941f

Browse files
Merge pull request #555 from openshift/dependabot/docker/ubi9/ubi-9.4-1214.1729773476
Bump ubi9/ubi from 9.4-1214 to 9.4-1214.1729773476
2 parents 118d3a8 + 2124480 commit 55d941f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is for CI test and should build on x86_64 environment
2-
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as base
2+
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as base
33

44
### Pre-install dependencies
55
# These packages will end up in the final image
@@ -9,7 +9,7 @@ RUN yum --assumeyes install \
99
&& yum clean all;
1010

1111
### Build backplane-cli
12-
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as bp-cli-builder
12+
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as bp-cli-builder
1313

1414
RUN yum install --assumeyes \
1515
make \
@@ -33,7 +33,7 @@ RUN cp ./ocm-backplane /out
3333
RUN chmod -R +x /out
3434

3535
### Build dependencies
36-
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as dep-builder
36+
FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as dep-builder
3737

3838
RUN yum install --assumeyes \
3939
jq \

0 commit comments

Comments
 (0)