diff --git a/images/ansible-operator/Dockerfile b/images/ansible-operator/Dockerfile index ee48391..d3728fe 100644 --- a/images/ansible-operator/Dockerfile +++ b/images/ansible-operator/Dockerfile @@ -2,7 +2,7 @@ # It is built with dependencies that take a while to download, thus speeding # up ansible deploy jobs. -FROM registry.access.redhat.com/ubi9/ubi:9.5 AS basebuilder +FROM registry.access.redhat.com/ubi9/ubi:9.6 AS basebuilder # Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y @@ -35,7 +35,7 @@ RUN set -e && dnf clean all && rm -rf /var/cache/dnf/* \ && dnf clean all \ && rm -rf /var/cache/dnf -FROM registry.access.redhat.com/ubi9/ubi:9.5 AS base +FROM registry.access.redhat.com/ubi9/ubi:9.6 AS base ARG TARGETARCH # Label this image with the repo and commit that built it, for freshmaking purposes. diff --git a/images/ansible-operator/pipfile.Dockerfile b/images/ansible-operator/pipfile.Dockerfile index a192e89..f8d5c63 100644 --- a/images/ansible-operator/pipfile.Dockerfile +++ b/images/ansible-operator/pipfile.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.5 AS basebuilder +FROM registry.access.redhat.com/ubi9/ubi:9.6 AS basebuilder # Install Rust so that we can ensure backwards compatibility with installing/building the cryptography wheel across all platforms RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y