Skip to content

Commit 5d878d1

Browse files
authored
fix(deps): Update debian Docker digest to 3528682 (GoogleCloudPlatform#375)
1 parent 286284d commit 5d878d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# * Install python3-venv for the built-in Python3 venv module (not installed by default)
1717
# * Install gcc libpython3-dev to compile C Python modules
1818
# * In the virtualenv: Update pip setuputils and wheel to support building new packages
19-
FROM debian@sha256:40b107342c492725bc7aacbe93a49945445191ae364184a6d24fedb28172f6f7 AS build
19+
FROM debian@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed AS build
2020
RUN apt-get update && \
2121
apt-get install --no-install-suggests --no-install-recommends --yes python3-venv gcc libpython3-dev && \
2222
python3 -m venv /venv && \

0 commit comments

Comments
 (0)