Skip to content

Commit 3e78f4d

Browse files
chore(deps): update registry.redhat.io/ubi9/python-312-minimal docker digest to 0031224
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 60659c7 commit 3e78f4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.model-transparency.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/ubi9/python-312-minimal@sha256:6bffc78910c5843cbfc1c33dd98c574b52c9a02ad539e45b11814d45a7e88f3f AS builder
1+
FROM registry.redhat.io/ubi9/python-312-minimal@sha256:003122481be08ec07bb3a4c702b98bf0d41a60ed6d939fbc250d0245bf8d0c8a AS builder
22

33
WORKDIR /app
44
COPY src /app/src
@@ -7,7 +7,7 @@ COPY README.md /app/
77
COPY LICENSE /app/
88
RUN pip install .
99

10-
FROM registry.redhat.io/ubi9/python-312-minimal@sha256:6bffc78910c5843cbfc1c33dd98c574b52c9a02ad539e45b11814d45a7e88f3f
10+
FROM registry.redhat.io/ubi9/python-312-minimal@sha256:003122481be08ec07bb3a4c702b98bf0d41a60ed6d939fbc250d0245bf8d0c8a
1111

1212
COPY --from=builder /opt/app-root/bin /opt/app-root/bin
1313
COPY --from=builder /opt/app-root/lib64/python3.12/site-packages /opt/app-root/lib64/python3.12/site-packages

0 commit comments

Comments
 (0)