We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7cdcb commit 55db066Copy full SHA for 55db066
5-appinfra/modules/hpc-monte-carlo-infra/Dockerfile
@@ -28,7 +28,7 @@ COPY mc_run_reqs.txt /requirements.txt
28
RUN /venv/bin/pip install --disable-pip-version-check -r /requirements.txt
29
30
# Copy the virtualenv into a distroless image
31
-FROM gcr.io/distroless/python3-debian12@sha256:d9fd857eb4a7639c5de33a65582aebe0339bd4e15e2551de27a1d95f73aa0a82
+FROM gcr.io/distroless/python3-debian12@sha256:60e4bcd869b5beb3eca9972a98b2ce3a46e0e80539327b504dbbf792e5ea09ab
32
COPY --from=build-venv /venv /venv
33
COPY . /app
34
WORKDIR /app
0 commit comments