Absolute FROM in Dockerfile

This commit is contained in:
Felipe M 2021-01-25 16:15:12 +01:00
parent f685c48614
commit e5478713d8
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM docker.io/library/alpine:3.11
ENV PYTHON_VERSION=3.8.2-r1
ENV APP_PORT 8080