Bump python from 3.12.0-slim-bullseye to 3.12.1-slim-bullseye

Bumps python from 3.12.0-slim-bullseye to 3.12.1-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] 2023-12-11 18:36:20 +00:00 committed by GitHub
parent e1b0b3de64
commit 4e6d264454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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