From 8eb6f67f8e56ab2cba8184dd174cbbac0bd26135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 03:12:44 +0000 Subject: [PATCH] Update python Docker tag to v3.12.3 --- 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 48d39e7..0411536 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-alpine +FROM python:3.12.3-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index 991b847..d141d0f 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1 +FROM python:3.12.3 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index 7533468..0936537 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.1-slim +FROM python:3.12.3-slim LABEL maintainer="Victor R. Santos "