Compare commits
7 commits
f4ff5476e2
...
eeb58f40df
Author | SHA1 | Date | |
---|---|---|---|
eeb58f40df | |||
f8670bebce | |||
d1845d7bba | |||
aff17df4cb | |||
53595bebda | |||
ab37ee689d | |||
8c3d8ae96e |
2 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ COPY . /git/
|
||||||
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
|
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.8
|
FROM python:3.11
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tornado==6.0.4
|
tornado==6.3.3
|
||||||
isodate==0.6.0
|
isodate==0.6.0
|
||||||
pytest==5.4.1
|
pytest==7.4.2
|
||||||
GitPython==3.1.12
|
GitPython==3.1.37
|
Loading…
Reference in a new issue