From da8aa2cd9cef1d6490c0036abf1675df88275f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:07:05 +0000 Subject: [PATCH] build(deps): bump the docker-images group with 2 updates Bumps the docker-images group with 2 updates: ubi9/ubi and ubi9/ubi-minimal. Updates `ubi9/ubi` from 9.6 to 9.7 Updates `ubi9/ubi-minimal` from 9.6 to 9.7 --- updated-dependencies: - dependency-name: ubi9/ubi dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images - dependency-name: ubi9/ubi-minimal dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-images ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e50e483b..195c1abd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.6@sha256:8f1496d50a66e41433031bf5bdedd4635520e692ccd76ffcb649cf9d30d669af AS build +FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi:9.7@sha256:dcd8128d7620b06e4bce291f30db6ffcfa339b04e6d66081e36eb8e2b1b700f8 AS build ENV CERTSUITE_DIR=/usr/certsuite ENV \ CERTSUITE_SRC_DIR=${CERTSUITE_DIR}/src \ @@ -126,7 +126,7 @@ FROM quay.io/redhat-best-practices-for-k8s/oct:latest AS db # Copy the state into a new flattened image to reduce size. # TODO run as non-root -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:61d5ad475048c2e655cd46d0a55dfeaec182cc3faa6348cb85989a7c9e196483 ENV \ CERTSUITE_DIR=/usr/certsuite \