Merge pull request #112 from Crocmagnon/dependabot/docker/python-3.12.2-slim-bullseye

Bump python from 3.12.1-slim-bullseye to 3.12.2-slim-bullseye
This commit is contained in:
Gabriel Augendre 2024-02-13 08:37:02 +01:00 committed by GitHub
commit 5028c393f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.1-slim-bullseye AS final
FROM python:3.12.2-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1