From f9835c2a62e471c19ad0b3f0bd0034fc2da8f2fe Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:12:08 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/python-312:latest docker digest to 3da39d0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 10fe1d7..6aaf585 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-312:latest@sha256:a3af61fdae215cd8d8f67f8f737064b353dc0592567099de48b3c2563314810d AS build-python +FROM registry.access.redhat.com/ubi9/python-312:latest@sha256:3da39d0c938994161bdf9b6b13eb2eacd9a023c86dd5166f3da31df171c88780 AS build-python WORKDIR /app/konfusion @@ -11,7 +11,7 @@ RUN venv/bin/pip install --no-deps . && \ venv/bin/pip install --no-deps ./packages/konfusion-build-commands -FROM registry.access.redhat.com/ubi9/python-312:latest@sha256:a3af61fdae215cd8d8f67f8f737064b353dc0592567099de48b3c2563314810d +FROM registry.access.redhat.com/ubi9/python-312:latest@sha256:3da39d0c938994161bdf9b6b13eb2eacd9a023c86dd5166f3da31df171c88780 USER root