Skip to content

Commit 30c4c34

Browse files
committed
UID2-6929: CVE-2026-40200 upgrade musl/musl-utils to 1.2.5-r23
1 parent e486437 commit 30c4c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM eclipse-temurin@sha256:693c22ea458d62395bac47a2da405d0d18c77b205211ceec4846
33

44
# For Amazon Corretto Crypto Provider
55
# CVE-2026-28390: upgrade libcrypto3/libssl3 to 3.5.6-r0+ (UID2-6905)
6-
RUN apk add --no-cache gcompat && apk upgrade --no-cache libcrypto3 libssl3
6+
RUN apk add --no-cache gcompat && apk upgrade --no-cache libcrypto3 libssl3 musl musl-utils
77

88
WORKDIR /app
99
EXPOSE 8080

0 commit comments

Comments
 (0)