fix: CVE-2026-22184 fix in docker image (#2276)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
majinghe
2026-03-24 11:36:40 +08:00
committed by GitHub
parent ca62b0c163
commit 24d359a867
+2 -1
View File
@@ -72,7 +72,8 @@ LABEL name="RustFS" \
url="https://rustfs.com" \
license="Apache-2.0"
RUN apk add --no-cache ca-certificates coreutils curl
RUN apk update && \
apk add --no-cache ca-certificates coreutils curl "zlib>=1.3.2-r0"
COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /build/rustfs /usr/bin/rustfs