mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
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:
committed by
Brad Warren
parent
726f3ce8b3
commit
9c15fd354f
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM python:2-alpine
|
FROM python:2-alpine3.7
|
||||||
|
|
||||||
ENTRYPOINT [ "certbot" ]
|
ENTRYPOINT [ "certbot" ]
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|||||||
Reference in New Issue
Block a user