From ebc4b1a5744475394ef279b63a2ed700fd11e144 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 09:52:36 +0000 Subject: [PATCH] chore(deps): update python:slim docker digest to 52f92c5 --- roles/python/files/fastapi/Dockerfile | 2 +- roles/python/files/flask/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/python/files/fastapi/Dockerfile b/roles/python/files/fastapi/Dockerfile index 5db13b73..31e751b7 100644 --- a/roles/python/files/fastapi/Dockerfile +++ b/roles/python/files/fastapi/Dockerfile @@ -1,4 +1,4 @@ -FROM python:slim@sha256:36b544be6e796eb5caa0bf1ab75a17d2e20211cad7f66f04f6f5c9eeda930ef5 +FROM python:slim@sha256:52f92c54e879539342692d20a4bea99516d4a2eb3cd16dfbb4e4b964aa8becaa ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH" diff --git a/roles/python/files/flask/Dockerfile b/roles/python/files/flask/Dockerfile index a1f1dc9f..8a277455 100644 --- a/roles/python/files/flask/Dockerfile +++ b/roles/python/files/flask/Dockerfile @@ -1,4 +1,4 @@ -FROM python:slim@sha256:36b544be6e796eb5caa0bf1ab75a17d2e20211cad7f66f04f6f5c9eeda930ef5 +FROM python:slim@sha256:52f92c54e879539342692d20a4bea99516d4a2eb3cd16dfbb4e4b964aa8becaa ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"