From 40f811d4ad7e63bb23a033c72c4f0c50fb0b0272 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 13 Nov 2024 10:21:44 +0000 Subject: [PATCH] Update python:3.12 Docker digest to a3cb1bd Signed-off-by: Mend Renovate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c028950..186eea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile is based on the pattern recommended by the pipenv docs: # https://pipenv.pypa.io/en/latest/docker.html -FROM python:3.12@sha256:d2baf6cdd7adfa1a5a12effd42b7a2e18443e47ba780942f41d620c189e659b7 as builder +FROM python:3.12@sha256:a3cb1bd69b3a6a402e59c0ae1ba330b949a0fa512bf64a6688eebe29b2ec487e as builder RUN pip install --no-cache-dir pipenv==2023.12.1 ENV PIPENV_VENV_IN_PROJECT=1