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

[skywalking-docker] branch master updated: chore: upgrade the CLI version to 0.6.0, supporting Event report (#18)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new f3550ba  chore: upgrade the CLI version to 0.6.0, supporting Event report (#18)
f3550ba is described below

commit f3550ba10db71e259da83ac5cfbb456c48bb2f98
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Apr 13 18:03:06 2021 +0800

    chore: upgrade the CLI version to 0.6.0, supporting Event report (#18)
---
 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