Merge pull request #10 from Crocmagnon/dependabot/docker/python-3.11.3-slim-bullseye

Bump python from 3.11.2-slim-bullseye to 3.11.3-slim-bullseye
This commit is contained in:
Gabriel Augendre 2023-04-11 16:37:29 +02:00 committed by GitHub
commit 106f9a617c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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