From dafaafbc936c58ee4640ee51a27c69311e92071a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 00:28:25 +0000 Subject: [PATCH] Bump ubi9/ubi-minimal from 9.6 to 9.7 in /images/ansible-operator Bumps ubi9/ubi-minimal from 9.6 to 9.7. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- images/ansible-operator/Dockerfile | 4 ++-- images/ansible-operator/pipfile.Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/ansible-operator/Dockerfile b/images/ansible-operator/Dockerfile index 5aff6bd..741dcce 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-minimal:9.6 AS basebuilder +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 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 && microdnf clean all && rm -rf /var/cache/dnf/* \ && microdnf clean all \ && rm -rf /var/cache/dnf -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS base +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 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 f8286d2..b559e9b 100644 --- a/images/ansible-operator/pipfile.Dockerfile +++ b/images/ansible-operator/pipfile.Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6 AS basebuilder +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7 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