Upgraded base Python image in example Dockerfile.

3.7 -> 3.11
This commit is contained in:
Fabio Manganiello 2023-07-23 17:27:48 +02:00
parent 15a34ebac9
commit 04b759e4d5
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# Sample Dockerfile. Use platydock -c /path/to/custom/config.yamlr
# Sample Dockerfile. Use platydock -c /path/to/custom/config.yaml
# to generate your custom Dockerfile.
FROM python:alpine3.7
FROM python:alpine3.11
RUN mkdir /app
COPY . /app