Use alpine:edge to get lftp 4.8.4

The new lftp version contains important bug fixes #11
This commit is contained in:
Christoph Schlosser 2018-09-12 21:54:07 +02:00 committed by GitHub
parent f44a8f820b
commit 13ab12a0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:edge
RUN apk --no-cache add \
libressl \