Compare commits
5 commits
5f8e62e35f
...
edc8ac507a
Author | SHA1 | Date | |
---|---|---|---|
edc8ac507a | |||
43a362046e | |||
1995b73868 | |||
0f4ca4314d | |||
deaeca5f0b |
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ COPY . /git/
|
|||
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
|
||||
|
||||
|
||||
FROM python:3.11
|
||||
FROM python:3.12
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tornado==6.3.3
|
||||
isodate==0.6.1
|
||||
pytest==7.4.2
|
||||
pytest==7.4.3
|
||||
GitPython==3.1.12
|
Loading…
Reference in a new issue