mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +01:00
Merge pull request #148 from Crocmagnon/dependabot/docker/python-3.12.4-slim-bullseye
Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye
This commit is contained in:
commit
3463c4bcb0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN date +'%Y-%m-%d %H:%M %Z' > /build-date
|
|||
##############################################
|
||||
# Main image
|
||||
##############################################
|
||||
FROM python:3.12.3-slim-bullseye AS final
|
||||
FROM python:3.12.4-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||
|
|
Loading…
Reference in a new issue