Bump python from 3.12.4-slim-bullseye to 3.12.5-slim-bullseye (#259)

Bumps python from 3.12.4-slim-bullseye to 3.12.5-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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-12 14:06:38 +02:00 committed by GitHub
parent 1637de04b0
commit df1b29db6e
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.12.4-slim-bullseye AS final
FROM python:3.12.5-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive