From 26862faf72e20d4df069fe50f66910d0142e848a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:54:59 +0000 Subject: [PATCH] chore(deps): update docker images Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile.model-transparency.rh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.model-transparency.rh b/Dockerfile.model-transparency.rh index 2de29310..a590a959 100644 --- a/Dockerfile.model-transparency.rh +++ b/Dockerfile.model-transparency.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/python-312-minimal@sha256:2eef57a47c201792a5c6188800c88660a4dcc57b2d60f8874f618e694067d4f9 AS builder +FROM registry.redhat.io/ubi9/python-312-minimal@sha256:f6a7fcc884b60f8559d9942ce30af3007cf47a1a0f1aba309212a63a2050acdb AS builder WORKDIR /app COPY src /app/src @@ -7,7 +7,7 @@ COPY README.md /app/ COPY LICENSE /app/ RUN pip install . -FROM registry.redhat.io/ubi9/python-312-minimal@sha256:2eef57a47c201792a5c6188800c88660a4dcc57b2d60f8874f618e694067d4f9 +FROM registry.redhat.io/ubi9/python-312-minimal@sha256:f6a7fcc884b60f8559d9942ce30af3007cf47a1a0f1aba309212a63a2050acdb COPY --from=builder /opt/app-root/bin /opt/app-root/bin COPY --from=builder /opt/app-root/lib64/python3.12/site-packages /opt/app-root/lib64/python3.12/site-packages