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

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

commit 9f53326c90eb28a23e3c00f748adf417989a634b
Author: kezhenxu94 <[email protected]>
AuthorDate: Thu Jun 1 18:01:20 2023 +0800

    Bump up libssl to fix CVE
---
 docker/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index ca220b8..de8bb34 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -29,6 +29,8 @@ RUN mv /src/bin/skywalking-satellite-${VERSION}-linux-amd64 
/src/bin/skywalking-
 
 FROM debian
 
+RUN apt update && apt install -y libssl-dev
+
 VOLUME /skywalking/configs
 
 WORKDIR /skywalking

Reply via email to