Skip to content

Commit 98aa68a

Browse files
committed
fix(deps): Update gcr.io/distroless/python3-debian12 Docker digest to 60e4bcd
1 parent 3dc9d0a commit 98aa68a

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

0 commit comments

Comments
 (0)