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:003122481be08ec07bb3a4c702b98bf0d41a60ed6d939fbc250d0245bf8d0c8a 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:003122481be08ec07bb3a4c702b98bf0d41a60ed6d939fbc250d0245bf8d0c8a
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