This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch alpine
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git

commit 489f6c0a25d90857a7e8df4a8eda9c9f68d20183
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Dec 15 23:01:07 2025 +0800

    fix(build): fix build error
---
 docker/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 734bc8e..bd9a615 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -28,9 +28,10 @@ COPY . .
 RUN VERSION=$VERSION make ARCH=${TARGETARCH} linux
 RUN mv /src/bin/skywalking-satellite-${VERSION}-linux-${TARGETARCH} 
/src/bin/skywalking-satellite
 
-FROM alpine:3
+FROM alpine:3.19
 
-RUN apk -U upgrade
+RUN apk add --no-cache ca-certificates && \
+    apk -U upgrade
 
 VOLUME /skywalking/configs
 

Reply via email to