This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
The following commit(s) were added to refs/heads/main by this push:
new b8c70ff cves: bump libssl3 and libcrypto3 to 3.5.7-r0 to fix
CVE-2026-34183, CVE-2026-42769, CVE-2026-34181, CVE-2026-42768 (#262)
b8c70ff is described below
commit b8c70ff140bcf68588c727893a4b15a76199b375
Author: tetrate-ci[bot] <[email protected]>
AuthorDate: Fri Jun 12 19:22:58 2026 +0800
cves: bump libssl3 and libcrypto3 to 3.5.7-r0 to fix CVE-2026-34183,
CVE-2026-42769, CVE-2026-34181, CVE-2026-42768 (#262)
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index de58ea3..041ce5b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -30,7 +30,7 @@ RUN mv
/src/bin/skywalking-satellite-${VERSION}-linux-${TARGETARCH} /src/bin/sky
FROM alpine:3.23
-RUN apk add --no-cache ca-certificates "libssl3>=3.3.7-r0"
"libcrypto3>=3.3.7-r0" "musl>=1.2.5-r11" && \
+RUN apk add --no-cache ca-certificates "libssl3>=3.5.7-r0"
"libcrypto3>=3.5.7-r0" "musl>=1.2.5-r11" && \
apk add --no-cache \
--repository https://dl-cdn.alpinelinux.org/alpine/edge/main \
"busybox>=1.37.0-r31" "busybox-binsh>=1.37.0-r31"
"ssl_client>=1.37.0-r31"