Merge pull request #230 from Crocmagnon/dependabot/docker/python-3.13.2-slim-bookworm

Bump python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm
This commit is contained in:
Gabriel Augendre 2025-02-12 19:23:43 +01:00 committed by GitHub
commit 5eb9e7ab3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
############################################## ##############################################
# Main image # Main image
############################################## ##############################################
FROM python:3.13.1-slim-bookworm AS final FROM python:3.13.2-slim-bookworm AS final
ARG DEBIAN_FRONTEND=noninteractive ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1 ARG PIP_DISABLE_PIP_VERSION_CHECK=1