Bump python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye

Bumps python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye.

---
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] 2024-10-07 11:47:36 +00:00 committed by Gabriel Augendre
parent 65a2b6e0eb
commit 0cef5907a8

View file

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