File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# It is built with dependencies that take a while to download, thus speeding
33# up ansible deploy jobs.
44
5- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS basebuilder
5+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS basebuilder
66
77# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
88RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@@ -35,7 +35,7 @@ RUN set -e && microdnf clean all && rm -rf /var/cache/dnf/* \
3535 && microdnf clean all \
3636 && rm -rf /var/cache/dnf
3737
38- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS base
38+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS base
3939ARG TARGETARCH
4040
4141# Label this image with the repo and commit that built it, for freshmaking purposes.
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS basebuilder
1+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 AS basebuilder
22
33# Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms
44RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
You can’t perform that action at this time.
0 commit comments