Merge pull request #241 from s-allius/renovate/python-3.x

Update python Docker tag
This commit is contained in:
Stefan Allius
2024-12-09 21:58:41 +01:00
committed by GitHub
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 .