From 28696679f802dd52db4ce8a592450e8ae4d2d84e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:24:13 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.13.1 --- 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..e3508a4 100644 --- a/tags/alpine/Dockerfile +++ b/tags/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine +FROM python:3.13.1-alpine LABEL maintainer="Victor R. Santos " ARG DEFAULT_UID=373 diff --git a/tags/base/Dockerfile b/tags/base/Dockerfile index 6f887d5..8938906 100644 --- a/tags/base/Dockerfile +++ b/tags/base/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4 +FROM python:3.13.1 LABEL maintainer="Victor R. Santos " diff --git a/tags/slim/Dockerfile b/tags/slim/Dockerfile index bb2d210..f9a3cc9 100644 --- a/tags/slim/Dockerfile +++ b/tags/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-slim +FROM python:3.13.1-slim LABEL maintainer="Victor R. Santos "