From 0b5ebda8e9a815ed02586a6891ffe3988e2e1dc3 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:03:57 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/python-312 docker tag to v9.7-1768379251 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- src/api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/Dockerfile b/src/api/Dockerfile index f6e3e5bb..64041b44 100644 --- a/src/api/Dockerfile +++ b/src/api/Dockerfile @@ -1,5 +1,5 @@ # Build stage - using Red Hat UBI9 Python image -FROM registry.access.redhat.com/ubi9/python-312:9.7-1765181854 AS builder +FROM registry.access.redhat.com/ubi9/python-312:9.7-1768379251 AS builder # Install build dependencies for psycopg2 compilation USER 0 @@ -37,7 +37,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ # Production stage - using Red Hat UBI9 Python image -FROM registry.access.redhat.com/ubi9/python-312:9.7-1765181854 +FROM registry.access.redhat.com/ubi9/python-312:9.7-1768379251 # It is important to use the image that matches the builder, as the path to the # Python executable must be the same