You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/13 09:13:20 UTC

[skywalking-docker] 01/01: chore: upgrade the CLI version to 0.6.0, supporting Event report

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

kezhenxu94 pushed a commit to branch chore/upgrade-cli
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git

commit b9e4afb8ffb05464748332107402b4e5f0f05942
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue Apr 13 17:13:06 2021 +0800

    chore: upgrade the CLI version to 0.6.0, supporting Event report
---
 base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/Dockerfile b/base/Dockerfile
index 55ea612..aada79b 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -30,7 +30,7 @@ ENV SKYWALKING_TGZ=apache-skywalking-apm-es7-${SKYWALKING_VERSION}.tar.gz
 
 FROM ${tag} AS build
 
-ENV SKYWALKING_CLI_VERSION=0.5.0
+ENV SKYWALKING_CLI_VERSION=0.6.0
 ENV SKYWALKING_ASC=${SKYWALKING_TGZ}.asc
 ENV SKYWALKING_SHA512=${SKYWALKING_TGZ}.sha512
 ENV SKYWALKING_CLI_TGZ=skywalking-cli-$SKYWALKING_CLI_VERSION-bin.tgz