Merge branch 'master' into dependabot/docker/alpine/git-2.47.1

This commit is contained in:
Gabriel Augendre 2024-12-09 13:21:32 +01:00 committed by GitHub
commit f498694913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
##############################################
# Main image
##############################################
FROM python:3.13.0-slim-bullseye AS final
FROM python:3.13.1-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive