Skip to content

Commit 7efbffd

Browse files
committed
fix: upgrade Busybox and related components to fix vulnerabilities
1 parent abdda49 commit 7efbffd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM azul/zulu-openjdk-alpine:25
22

33
RUN set -eux; \
44
apk update; \
5+
# Force upgrade Busybox and related components to fix CVE-2024-58251 and CVE-2025-46394
6+
apk upgrade busybox ssl_client; \
57
apk upgrade; \
68
apk add --no-cache curl; \
79
mkdir -p /app; \

0 commit comments

Comments
 (0)