fix: force upgrade of libcrypto3 and libssl3
This commit is contained in:
parent
8f5662df5f
commit
38067dea5b
@ -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 / && \
|
||||
|
Loading…
Reference in New Issue
Block a user