mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 22:48:03 +01:00
Update git
This commit is contained in:
parent
7407ddd1ad
commit
6bea80bd19
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ RUN python manage.py collectstatic --noinput --clear
|
||||||
##############################################
|
##############################################
|
||||||
# write git info
|
# write git info
|
||||||
##############################################
|
##############################################
|
||||||
FROM alpine/git:v2.26.2 AS git
|
FROM alpine/git:v2.36.3 AS git
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY .git /app/.git/
|
COPY .git /app/.git/
|
||||||
|
|
Loading…
Reference in a new issue