python ver

This commit is contained in:
alydev 2024-05-09 16:58:13 +10:00
parent bf6153d028
commit bffd2de8b8
No known key found for this signature in database
GPG key ID: F4D2C7A426DDA1BD

View file

@ -1,4 +1,4 @@
FROM library/python:3.7.4 FROM python:3.12.3
RUN pip install pipenv --upgrade RUN pip install pipenv --upgrade
RUN mkdir -p /usr/src/app RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app