From 59d629d11633f83a1d2368123a40a942db94965d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:15:35 +0200 Subject: [PATCH] chore(deps): update python digest to f9f158d (#27) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- roles/python/files/flask/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/python/files/flask/Dockerfile b/roles/python/files/flask/Dockerfile index 4a618eec..72c7fb98 100644 --- a/roles/python/files/flask/Dockerfile +++ b/roles/python/files/flask/Dockerfile @@ -1,4 +1,4 @@ -FROM python:slim@sha256:cacb3a7cdff9328f9487e1418ba18a2f1863902b2390267f3b98853d02e88214 +FROM python:slim@sha256:f9f158dcad35d227da3ccb5b18306124bb04a93d5abe3aea2eb657939d67509c ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"