Update to Python 3.7 (#5)

certbot/certbot#6759
closes #4
This commit is contained in:
J0WI
2019-08-28 12:43:58 -07:00
committed by Brad Warren
parent f64386c73c
commit d296ef2dcd
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:2-alpine3.10
FROM python:3.7-alpine3.10
ARG CERTBOT_VERSION
ENV CERTBOT_VERSION=${CERTBOT_VERSION}