From 0a01193d2a59a08cb3229fdef6906126358f2534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:14:40 +0000 Subject: [PATCH] Bump python in the docker-all group across 1 directory Bumps the docker-all group with 1 update in the / directory: python. Updates `python` from 3.12-slim-bookworm to 3.13-slim-bookworm --- 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..3b47394 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.13-slim-bookworm@sha256:751d8bece269ba9e672b3f2226050e7e6fb3f3da3408b5dcb5d415a054fcb061 AS base ARG USER=oasch ARG UID=49374