From e28a9709596b0edde6c9582d3ebbff33d5d08332 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 26 Nov 2018 17:51:40 +0100 Subject: [PATCH] update dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d59e9cd..64d5a84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ zlib RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \ - libressl2.7-libcrypto + libcrypto1.1 RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \ proftpd \