mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-23 00:28:03 +01:00
Compare commits
No commits in common. "a6c39727aa760e9d5dd76f4eb174bc9b1363eb71" and "2280d4033710d1d25029cf19b551126ff9ea99e8" have entirely different histories.
a6c39727aa
...
2280d40337
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.2-slim-bullseye AS final
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||
|
|
Loading…
Reference in a new issue