Compare commits
20 commits
Author | SHA1 | Date | |
---|---|---|---|
c37f8fc484 | |||
12544c7f13 | |||
ab1da8b1a4 | |||
10a50e5953 | |||
475969192c | |||
8b7a357e23 | |||
6622c10a80 | |||
23307a1e64 | |||
973096d13b | |||
ff9d1f115f | |||
3d68e2a312 | |||
203d917b4c | |||
e802197341 | |||
f8b0aff219 | |||
133a949f74 | |||
75a0cbfa0e | |||
c39bce3078 | |||
3f80b888b5 | |||
3833880ed4 | |||
59f1e00b95 |
2 changed files with 5 additions and 5 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,6 +1,6 @@
|
||||||
tornado==6.4
|
tornado==6.4.1
|
||||||
isodate==0.6.1
|
isodate==0.7.2
|
||||||
pytest==8.0.1
|
pytest==8.3.3
|
||||||
schwifty==2024.1.1.post0
|
schwifty==2024.11.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