Compare commits
5 commits
3226ff6c56
...
bef6d10c78
Author | SHA1 | Date | |
---|---|---|---|
bef6d10c78 | |||
356c4271ab | |||
742d02e191 | |||
ac246d9bdc | |||
5c7c1cdc85 |
2 changed files with 3 additions and 3 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.11
|
FROM python:3.12
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tornado==6.3.3
|
tornado==6.3.3
|
||||||
isodate==0.6.1
|
isodate==0.6.1
|
||||||
pytest==7.4.2
|
pytest==7.4.3
|
||||||
schwifty==2023.06.0
|
schwifty==2023.10.0
|
||||||
Cerberus==1.3.5
|
Cerberus==1.3.5
|
||||||
validator-collection==1.5.0
|
validator-collection==1.5.0
|
||||||
|
|
Loading…
Reference in a new issue