Skip to content

Commit dee241b

Browse files
chore(deps): update registry.access.redhat.com/ubi9/python-312 docker digest to d14dd0a
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent a182e42 commit dee241b

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.access.redhat.com/ubi9/python-312@sha256:a0a5885769d5a8c5123d3b15d5135b254541d4da8e7bc445d95e1c90595de470 AS builder
1+
FROM registry.access.redhat.com/ubi9/python-312@sha256:d14dd0aa47b885e9e6d229c641cda40008c5d46ca90b02df1f5faf8baf178125 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.access.redhat.com/ubi9/python-312@sha256:a0a5885769d5a8c5123d3b15d5135b254541d4da8e7bc445d95e1c90595de470
10+
FROM registry.access.redhat.com/ubi9/python-312@sha256:d14dd0aa47b885e9e6d229c641cda40008c5d46ca90b02df1f5faf8baf178125
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)