We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82bc6b5 commit 7848211Copy full SHA for 7848211
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:7729c7979e1097d2b60fffb0af904a59e16af241b7c8eef4c613013ef1504ff8
32
COPY --from=build-venv /venv /venv
33
COPY . /app
34
WORKDIR /app
0 commit comments