This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-2 in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git
commit 6fdbfd0338140d9a6516a6e06f25bbb198abbff0 Author: kezhenxu94 <[email protected]> AuthorDate: Thu Jun 1 19:07:19 2023 +0800 Change base Docker image --- 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
