From bb99dacecd56ca63e0c235b719fb99bb5c35f92c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 11 Apr 2026 17:33:44 +0000 Subject: [PATCH] fix: update zlib and add libcrypto3 and libssl3 for improved security --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a31c7f4..bae1962b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -469,7 +469,7 @@ WORKDIR /app RUN apk add --no-cache \ bash ca-certificates sqlite-libs sqlite tzdata gettext libcap libcap-utils \ c-ares busybox-extras \ - && apk upgrade --no-cache zlib + && apk upgrade --no-cache zlib libcrypto3 libssl3 # Copy gosu binary from gosu-builder (built with Go 1.26+ to avoid stdlib CVEs) COPY --from=gosu-builder /gosu-out/gosu /usr/sbin/gosu