Compare commits
3 commits
c00d3a58c1
...
8b7a357e23
Author | SHA1 | Date | |
---|---|---|---|
8b7a357e23 | |||
6622c10a80 | |||
23307a1e64 |
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 \;
|
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.12
|
FROM python:3.13
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tornado==6.4.1
|
tornado==6.4.1
|
||||||
isodate==0.6.1
|
isodate==0.7.2
|
||||||
pytest==8.3.2
|
pytest==8.3.2
|
||||||
schwifty==2024.9.0
|
schwifty==2024.9.0
|
||||||
Cerberus==1.3.5
|
Cerberus==1.3.5
|
||||||
|
|
Loading…
Reference in a new issue