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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

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. # to generate your custom Dockerfile.
FROM python:alpine3.7 FROM python:alpine3.11
RUN mkdir /app RUN mkdir /app
COPY . /app COPY . /app