Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.model-transparency.rh
Original file line number Diff line number Diff line change
@@ -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:b431a585853fc080df305047be985739e30e3d9814c992a5f7c56d115b0351f5 AS builder

WORKDIR /app
COPY src /app/src
Expand All @@ -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:b431a585853fc080df305047be985739e30e3d9814c992a5f7c56d115b0351f5

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
Expand Down
Loading