From 736bba59ed83eb7aa9cb853fa53d74b84b373c46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 04:24:29 +0000 Subject: [PATCH] chore(deps): update python:slim docker digest to a927900 --- 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..787a0e15 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:a9279003f473ff7cbbd07641e105846f604172b78c29487501470472ab459887 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..c9dcb66a 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:a9279003f473ff7cbbd07641e105846f604172b78c29487501470472ab459887 ENV VIRTUAL_ENV=/opt/venv RUN python3 -m venv $VIRTUAL_ENV ENV PATH="$VIRTUAL_ENV/bin:$PATH"