diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 72ee5e6..766a6cd 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -24,6 +24,7 @@ RUN addgroup -g 1001 -S nginx && \ apk --update add --virtual .build-deps curl && \ apk --update --no-cache add inotify-tools ca-certificates && \ apk --update --no-cache add openresty --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community/ && \ + apk --no-cache upgrade libcrypto3 libssl3 && \ 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 / && \ curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \