Skip to content

Commit 653cb58

Browse files
committed
fix(deps): Update gcr.io/distroless/python3-debian12 Docker digest to 224c734
1 parent 82bc6b5 commit 653cb58

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:224c734ca6de7cef2350e82ff9e01b4b56ce22ca3cbef3936018bfb171a7c6de
3232
COPY --from=build-venv /venv /venv
3333
COPY . /app
3434
WORKDIR /app

0 commit comments

Comments
 (0)