python ver
This commit is contained in:
parent
bf6153d028
commit
bffd2de8b8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM library/python:3.7.4
|
||||
FROM python:3.12.3
|
||||
RUN pip install pipenv --upgrade
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
|
Loading…
Reference in a new issue