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 2020/07/12 02:56:41 UTC

[skywalking-docker] 02/45: fix sha512

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

commit 835221b36c81d188088fbb6e63d83f06fe7dd3c3
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Mon Nov 19 12:36:43 2018 +0000

    fix sha512
---
 6/6.0-alpha/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/6/6.0-alpha/base/Dockerfile b/6/6.0-alpha/base/Dockerfile
index 41c0671..7f44dd1 100644
--- a/6/6.0-alpha/base/Dockerfile
+++ b/6/6.0-alpha/base/Dockerfile
@@ -31,7 +31,7 @@ WORKDIR $SKYWALKING_HOME
 
 ENV GPG_KEYS B0801BC746F965029A1338072EF5026E70A55777 D360AB2AB20B28403270E2CBE8608938DB25E06B
 ENV SKYWALKING_VERSION=6.0.0-alpha
-ENV SKYWALKING_SHA512 7553603875fc7a77d8cb7ea0108edaea25fc8790a8b13388b2ea1d3730b5f81a3771cf39703bcb89ce75a0387ed6ad7b8ed1d1a54d943e4e48de6e6f124072c9
+ENV SKYWALKING_SHA512 acfae5d3ef91ba7ffbb2ad7aaf58f92ea494c5c55593a2e2ad393140194cd9db7f5a5a0e57066160d10c3e556749186b4549768484a9d341d49a1af083e240ed
 
 ENV SKYWALKING_TGZ_URLS \
         https://www.apache.org/dyn/closer.cgi?action=download&filename=incubator/skywalking/$SKYWALKING_VERSION/apache-skywalking-apm-incubating-$SKYWALKING_VERSION.tar.gz \