Skip to content

Commit 98d48ff

Browse files
Bump ubi8/ubi from 8.10-1020 to 8.10-1054
Bumps ubi8/ubi from 8.10-1020 to 8.10-1054. --- updated-dependencies: - dependency-name: ubi8/ubi dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9acb81 commit 98d48ff

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,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.10-1020 as base
1+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 as base
22

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

1010
### Build backplane-cli
11-
FROM registry.access.redhat.com/ubi8/ubi:8.10-1020 as bp-cli-builder
11+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 as bp-cli-builder
1212

1313
RUN yum install --assumeyes \
1414
make \
@@ -32,7 +32,7 @@ RUN cp ./ocm-backplane /out
3232
RUN chmod -R +x /out
3333

3434
### Build dependencies
35-
FROM registry.access.redhat.com/ubi8/ubi:8.10-1020 as dep-builder
35+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054 as dep-builder
3636

3737
RUN yum install --assumeyes \
3838
jq \

0 commit comments

Comments
 (0)