Update python Docker tag

This commit is contained in:
renovate[bot]
2024-12-09 20:56:38 +00:00
committed by GitHub
parent b69e7e2242
commit 879b6608b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3.12.7
3.13.1

View File

@@ -4,7 +4,7 @@ ARG GID=1000
#
# first stage for our base image
FROM python:3.12-alpine AS base
FROM python:3.13-alpine AS base
USER root
COPY --chmod=0700 ./hardening_base.sh .