From 3e145b702aab14e582a018a07ac20f3dbd3357fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:06:44 +0100 Subject: [PATCH] Update python Docker tag to v3.12.6 (#51) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaa711a..a4301b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.5-slim +FROM python:3.12.6-slim LABEL maintainer="Julian Nonino " # Environment Variables