Merge pull request 'Update python Docker tag to v3.11' (#11) from renovate/python-3.x into master
Reviewed-on: #11
This commit is contained in:
commit
aff17df4cb
1 changed files with 1 additions and 1 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.11
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue