From a09f50c7bc325b26440289270e8a07d1dbc1df5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 22:00:18 +0000 Subject: [PATCH] Update python Docker tag to v3.12.4 --- tags/alpine/Dockerfile | 2 +- tags/base/Dockerfile | 2 +- tags/slim/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tags/alpine/Dockerfile b/tags/alpine/Dockerfile index 8d28b85..adab2b5 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-alpine +FROM python:3.12.4-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index c8ad72d..c5563c0 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9 +FROM python:3.12.4 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index d00ce18..b4fe636 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-slim +FROM python:3.12.4-slim LABEL maintainer="Victor R. Santos "