Browse Source

Merge pull request #2086 from christianbur/patch-3

Update Dockerfile (apline 3.9 and tzdata)
pull/2090/head
neil 6 years ago
committed by GitHub
parent
commit
41425f7f74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

@ -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

Loading…
Cancel
Save