Bump python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm

Bumps python from 3.13.1-slim-bookworm to 3.13.2-slim-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-02-10 19:02:36 +00:00 committed by GitHub
parent 9d5df7f038
commit 3b31fc8a53
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
##############################################
FROM python:3.13.1-slim-bookworm AS final
FROM python:3.13.2-slim-bookworm AS final
ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1