We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33df781 commit 349c5c6Copy full SHA for 349c5c6
Dockerfile
@@ -8,7 +8,7 @@ RUN yum --assumeyes install \
8
&& yum clean all;
9
10
### Build backplane-cli
11
-FROM registry.access.redhat.com/ubi9/ubi:9.4-121 as bp-cli-builder
+FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as bp-cli-builder
12
13
RUN yum install --assumeyes \
14
make \
@@ -32,7 +32,7 @@ RUN cp ./ocm-backplane /out
32
RUN chmod -R +x /out
33
34
### Build dependencies
35
-FROM registry.access.redhat.com/ubi9/ubi:9.4-121 as dep-builder
+FROM registry.access.redhat.com/ubi9/ubi:9.4-1214 as dep-builder
36
37
38
jq \
0 commit comments