forked from platypush/platypush
Upgraded base Python image in example Dockerfile.
3.7 -> 3.11
This commit is contained in:
parent
15a34ebac9
commit
04b759e4d5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue