From e080196b4e4ce413258d472af7b56788a4b2bbae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 04:01:57 +0000 Subject: [PATCH] chore(deps): update python:slim docker digest to 3130cee --- 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..ab60c641 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:3130cee8d20cc2cbb01355eb3459883b646def60d25010aeb329233d13cbcb2e 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..1364adf1 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:3130cee8d20cc2cbb01355eb3459883b646def60d25010aeb329233d13cbcb2e ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"