File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33WORKDIR /app
44COPY src /app/src
@@ -7,7 +7,7 @@ COPY README.md /app/
77COPY LICENSE /app/
88RUN 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
1212COPY --from=builder /opt/app-root/bin /opt/app-root/bin
1313COPY --from=builder /opt/app-root/lib64/python3.12/site-packages /opt/app-root/lib64/python3.12/site-packages
You can’t perform that action at this time.
0 commit comments