Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye

Bumps python from 3.11.4-slim-bullseye to 3.11.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>
This commit is contained in:
dependabot[bot] 2023-08-28 11:16:27 +00:00 committed by Gabriel Augendre
parent ad01cac5b3
commit 1e9141cafe

View file

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