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 d16e3fe Change base Docker image (#135)
d16e3fe is described below
commit d16e3fe377b75be0461d5de6680fc3412409801f
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Jun 1 19:46:05 2023 +0800
Change base Docker image (#135)
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ca220b8..b8b4740 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -27,7 +27,7 @@ COPY . .
RUN VERSION=$VERSION make linux
RUN mv /src/bin/skywalking-satellite-${VERSION}-linux-amd64
/src/bin/skywalking-satellite
-FROM debian
+FROM alpine:3
VOLUME /skywalking/configs