Merge pull request #189 from Crocmagnon/dependabot/docker/python-3.12.7-slim-bullseye

Bump python from 3.12.6-slim-bullseye to 3.12.7-slim-bullseye
This commit is contained in:
Gabriel Augendre 2024-10-07 16:10:14 -04:00 committed by GitHub
commit 34a6f4e316
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.6-slim-bullseye AS final
FROM python:3.12.7-slim-bullseye AS final
ARG DEBIAN_FRONTEND=noninteractive
ARG PIP_DISABLE_PIP_VERSION_CHECK=1