Skip to content

Commit 2124480

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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)