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