Skip to content

Commit bb590fc

Browse files
Merge pull request #525 from openshift/dependabot/docker/ubi8/ubi-8.10-1088
Bump ubi8/ubi from 8.10-1054.1725961554 to 8.10-1088
2 parents a48ee1f + d861676 commit bb590fc

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-1054.1725961554 as base
1+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088 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-1054.1725961554 as bp-cli-builder
11+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088 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-1054.1725961554 as dep-builder
35+
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088 as dep-builder
3636

3737
RUN yum install --assumeyes \
3838
jq \

0 commit comments

Comments
 (0)