mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 06:28:03 +01:00
Compare commits
2 commits
0d024bad41
...
86b21b06dc
Author | SHA1 | Date | |
---|---|---|---|
|
86b21b06dc | ||
|
da26f98881 |
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
##############################################
|
||||
# write git info
|
||||
##############################################
|
||||
FROM alpine/git:2.45.1 AS git
|
||||
FROM alpine/git:2.45.2 AS git
|
||||
|
||||
WORKDIR /app
|
||||
COPY .git /app/.git/
|
||||
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue