From 0e645d119f9c8bfc4a6e0c00274b9a619e04f765 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:35:25 +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 a590a959..64c0a37a 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:5f177f3017eb5735b154fe01baae405e3278671c0bfa3978137ef7ad66ebeab9 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:5f177f3017eb5735b154fe01baae405e3278671c0bfa3978137ef7ad66ebeab9 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