Skip to content

Commit f241ff1

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

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:0d444c1cb488973d94ea3daed57f52c23ea6f634b2601e2c824929d064834694 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:0d444c1cb488973d94ea3daed57f52c23ea6f634b2601e2c824929d064834694
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)