Updated base image to python:2-alpine3.7 (#5889)

Updated base image from python:2-alpine to python:2-alpine3.7. Python:2-alpine internally utilises alpine version 3.4 which end-of-life date is the first of May 2018.
This commit is contained in:
Aleksandr Volochnev 2018-04-21 00:17:05 +02:00 committed by Brad Warren
parent 726f3ce8b3
commit 9c15fd354f

View file

@ -1,4 +1,4 @@
FROM python:2-alpine
FROM python:2-alpine3.7
ENTRYPOINT [ "certbot" ]
EXPOSE 80 443