From 2e75dea121d557156e8cf86eb4d032edec75e25b Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:59:58 +0000 Subject: [PATCH] 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 cbee67cf..e6fadd65 100644 --- a/Dockerfile.model-transparency.rh +++ b/Dockerfile.model-transparency.rh @@ -1,4 +1,4 @@ -FROM registry.redhat.io/ubi9/python-312-minimal@sha256:f6a7fcc884b60f8559d9942ce30af3007cf47a1a0f1aba309212a63a2050acdb AS builder +FROM registry.redhat.io/ubi9/python-312-minimal@sha256:fb32c8ad908b78f1595282639a7870028d436579eb73890635b6b867e65faf63 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:f6a7fcc884b60f8559d9942ce30af3007cf47a1a0f1aba309212a63a2050acdb +FROM registry.redhat.io/ubi9/python-312-minimal@sha256:fb32c8ad908b78f1595282639a7870028d436579eb73890635b6b867e65faf63 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