From 16939149402277ba768ffb079e8796885a0ec260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:50:48 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.7 --- 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 055d355..da7a8c7 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine +FROM python:3.12.7-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index 6f887d5..d30c15a 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4 +FROM python:3.12.7 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index bb2d210..d2957ac 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim +FROM python:3.12.7-slim LABEL maintainer="Victor R. Santos "