File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
# ## Pre-install dependencies
4
4
# These packages will end up in the final image
@@ -8,7 +8,7 @@ RUN yum --assumeyes install \
8
8
&& yum clean all;
9
9
10
10
# ## 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
12
12
13
13
RUN yum install --assumeyes \
14
14
make \
@@ -32,7 +32,7 @@ RUN cp ./ocm-backplane /out
32
32
RUN chmod -R +x /out
33
33
34
34
# ## 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
36
36
37
37
RUN yum install --assumeyes \
38
38
jq \
You can’t perform that action at this time.
0 commit comments