mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Compare commits
2 commits
6fef0464af
...
5028c393f6
Author | SHA1 | Date | |
---|---|---|---|
5028c393f6 | |||
|
efb89d9aef |
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
|
# 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 DEBIAN_FRONTEND=noninteractive
|
||||||
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||||
|
|
Loading…
Reference in a new issue