From 4400a00cc95ceee2e430e1a9afe3db0c1230433a Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 6 Feb 2024 21:27:18 +0800 Subject: [PATCH] fix libcrypto --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9bde89..c67a6a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 \