We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac61c2 commit d8d8295Copy full SHA for d8d8295
Dockerfile
@@ -10,7 +10,7 @@ RUN yum --assumeyes install \
10
&& yum clean all;
11
12
### Build backplane-cli
13
-FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as bp-cli-builder
+FROM registry.access.redhat.com/ubi9/ubi:9.5 as bp-cli-builder
14
15
RUN yum install --assumeyes \
16
make \
@@ -38,7 +38,7 @@ RUN cp ./ocm-backplane /out
38
RUN chmod -R +x /out
39
40
### Build dependencies
41
-FROM registry.access.redhat.com/ubi9/ubi:9.4-1214.1729773476 as dep-builder
+FROM registry.access.redhat.com/ubi9/ubi:9.5 as dep-builder
42
43
44
jq \
0 commit comments