Commit 7bfbe29
committed
fix(docker): upgrade Alpine OS packages to resolve openssl HIGH CVE
security-scanning (Trivy) failed the PR: libcrypto3/libssl3/openssl
3.5.7-r0 in the eclipse-temurin:21-jdk-alpine base image carry
CVE-2026-14456 (HIGH, OpenSSL DoS via unbounded memory growth in QUIC
server), fixed in 3.5.8-r0. apk upgrade before installing curl pulls
the patched packages - verified locally by building the image and
checking apk info -v.1 parent dadf409 commit 7bfbe29
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments