Update Dockerfile

This commit is contained in:
Christian Burmeister 2019-02-09 19:38:32 +01:00 committed by GitHub
parent 227547f826
commit 2cf01c23a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.9
RUN apk update -f \
&& apk --no-cache add -f \
@ -7,6 +7,7 @@ RUN apk update -f \
bind-tools \
curl \
socat \
tzdata \
&& rm -rf /var/cache/apk/*
ENV LE_CONFIG_HOME /acme.sh