diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 54f9279..d6b843b 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -32,6 +32,7 @@ RUN addgroup -g 101 -S nginx && \ adduser -S -D -H -u 101 -h /var/www -s /sbin/nologin -G nginx -g nginx nginx && \ apk --update add --virtual .build-deps curl && \ apk --update --no-cache add nginx ca-certificates && \ + apk --no-cache upgrade libcrypto3 libssl3 && \ rm -rf /var/www/localhost && \ rm -rf /etc/nginx/conf.d && \ curl -SsfL "https://gitea.rknet.org/container/container-library/releases/download/${CONTAINER_LIBRARY}/container-library.tar.gz" | tar xz -C / && \