From 1830693afb11090c9d819afabfc650b95344966f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:24:20 +0000 Subject: [PATCH] Bump ubi9/ubi from 9.5 to 9.6 in /images/ansible-operator Bumps ubi9/ubi from 9.5 to 9.6. --- updated-dependencies: - dependency-name: ubi9/ubi dependency-version: '9.6' 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 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