From 4db8917d37f0f6ca71eca24922debbe82631adea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:44:12 +0000 Subject: [PATCH] chore(deps): update python:slim docker digest to 2e4d575 --- 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..f4b91c1f 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:2e4d5756aeeb18dee66baaf4d74acc4e263474f090cce81c96b21f4e4a6a003a 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..c5fe1578 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:2e4d5756aeeb18dee66baaf4d74acc4e263474f090cce81c96b21f4e4a6a003a ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"