We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b05384 commit adddb6fCopy full SHA for adddb6f
Dockerfile
@@ -2,7 +2,7 @@
2
# Dockerfile for shadowsocks-libev
3
#
4
5
-FROM alpine:3.8
+FROM alpine:3.10
6
MAINTAINER EasyPi Software Foundation
7
8
ENV SS_VER 3.3.3
@@ -11,7 +11,7 @@ ENV SS_DIR shadowsocks-libev-$SS_VER
11
12
RUN set -ex \
13
&& apk add --no-cache c-ares \
14
- libcrypto1.0 \
+ libcrypto1.1 \
15
libev \
16
libsodium \
17
mbedtls \
Dockerfile.arm
0 commit comments