Compare commits
20 commits
305e1cf242
...
e2128c8402
Author | SHA1 | Date | |
---|---|---|---|
e2128c8402 | |||
309c0b50b1 | |||
95961d4b7b | |||
4cb417a448 | |||
ce14b7d6af | |||
d3badfe3d4 | |||
f2631e0bd0 | |||
90395cd7a3 | |||
43a362046e | |||
1995b73868 | |||
0f4ca4314d | |||
deaeca5f0b | |||
f8670bebce | |||
d1845d7bba | |||
aff17df4cb | |||
53595bebda | |||
ab37ee689d | |||
8c3d8ae96e | |||
ad20e58cdf | |||
f4aa0b403d |
3 changed files with 8 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.8
|
FROM python:3.12
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
3
renovate.json
Normal file
3
renovate.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
tornado==6.0.4
|
tornado==6.3.3
|
||||||
isodate==0.6.0
|
isodate==0.6.1
|
||||||
pytest==5.4.1
|
pytest==7.4.3
|
||||||
GitPython==3.1.12
|
GitPython==3.1.40
|
Loading…
Add table
Add a link
Reference in a new issue