From 2b3b34df3a43df85d2a5acd66248ff3bd806e3e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:10:55 +0000 Subject: [PATCH] Bump python from `ad48727` to `af4e85f` in the docker-all group Bumps the docker-all group with 1 update: python. Updates `python` from `ad48727` to `af4e85f` --- updated-dependencies: - dependency-name: python dependency-type: direct:production dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d64685e..578e34f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## "base" stage ################################################## -FROM docker.io/python:3.12-slim-bookworm@sha256:ad48727987b259854d52241fac3bc633574364867b8e20aec305e6e7f4028b26 AS base +FROM docker.io/python:3.12-slim-bookworm@sha256:af4e85f1cac90dd3771e47292ea7c8a9830abfabbe4faa5c53f158854c2e819d AS base ARG USER=oasch ARG UID=49374