Compare commits
4 commits
e2128c8402
...
305e1cf242
Author | SHA1 | Date | |
---|---|---|---|
305e1cf242 | |||
96ffd20e86 | |||
053e931b80 | |||
b7836163ef |
3 changed files with 5 additions and 8 deletions
|
@ -8,7 +8,7 @@ COPY . /git/
|
|||
RUN find . -type d -name .git -exec git describe --always --dirty > /git-version.txt \;
|
||||
|
||||
|
||||
FROM python:3.12
|
||||
FROM python:3.8
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
tornado==6.3.3
|
||||
isodate==0.6.1
|
||||
pytest==7.4.3
|
||||
GitPython==3.1.40
|
||||
tornado==6.0.4
|
||||
isodate==0.6.0
|
||||
pytest==5.4.1
|
||||
GitPython==3.1.12
|
Loading…
Add table
Add a link
Reference in a new issue