Skip to content

Commit

Permalink
fix libcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Feb 6, 2024
1 parent b39450e commit 4400a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile for shadowsocks-libev
#

FROM alpine:3
FROM alpine:3.19
MAINTAINER EasyPi Software Foundation

ARG SS_VERSION=3.3.5
Expand All @@ -11,7 +11,7 @@ ARG SS_DIR=shadowsocks-libev-${SS_VERSION}

RUN set -ex \
&& apk add --no-cache c-ares \
libcrypto1.1 \
libcrypto3 \
libev \
libsodium \
mbedtls \
Expand Down

0 comments on commit 4400a00

Please sign in to comment.