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.redhat.io/ubi9/python-312-minimal@sha256:6bffc78910c5843cbfc1c33dd98c574b52c9a02ad539e45b11814d45a7e88f3f AS builder
1+ FROM registry.redhat.io/ubi9/python-312-minimal@sha256:0d444c1cb488973d94ea3daed57f52c23ea6f634b2601e2c824929d064834694 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.redhat.io/ubi9/python-312-minimal@sha256:6bffc78910c5843cbfc1c33dd98c574b52c9a02ad539e45b11814d45a7e88f3f
10+ FROM registry.redhat.io/ubi9/python-312-minimal@sha256:0d444c1cb488973d94ea3daed57f52c23ea6f634b2601e2c824929d064834694
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