Skip to content

Commit 7848211

Browse files
committed
fix(deps): Update gcr.io/distroless/python3-debian12 Docker digest to 7729c79
1 parent 82bc6b5 commit 7848211

File tree

1 file changed

+1
-1
lines changed
  • 5-appinfra/modules/hpc-monte-carlo-infra

1 file changed

+1
-1
lines changed

5-appinfra/modules/hpc-monte-carlo-infra/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY mc_run_reqs.txt /requirements.txt
2828
RUN /venv/bin/pip install --disable-pip-version-check -r /requirements.txt
2929

3030
# Copy the virtualenv into a distroless image
31-
FROM gcr.io/distroless/python3-debian12@sha256:d9fd857eb4a7639c5de33a65582aebe0339bd4e15e2551de27a1d95f73aa0a82
31+
FROM gcr.io/distroless/python3-debian12@sha256:7729c7979e1097d2b60fffb0af904a59e16af241b7c8eef4c613013ef1504ff8
3232
COPY --from=build-venv /venv /venv
3333
COPY . /app
3434
WORKDIR /app

0 commit comments

Comments
 (0)