Add 8.7.0

Signed-off-by: Hongtao Gao <hanahmily@gmail.com>
diff --git a/8/v8.7.0.sh b/8/v8.7.0.sh
new file mode 100644
index 0000000..604521d
--- /dev/null
+++ b/8/v8.7.0.sh
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+export SW_VERSION=8.7.0
diff --git a/base/Dockerfile b/base/Dockerfile
index aada79b..02adb7d 100644
--- a/base/Dockerfile
+++ b/base/Dockerfile
@@ -30,7 +30,7 @@
 
 FROM ${tag} AS build
 
-ENV SKYWALKING_CLI_VERSION=0.6.0
+ENV SKYWALKING_CLI_VERSION=0.7.0
 ENV SKYWALKING_ASC=${SKYWALKING_TGZ}.asc
 ENV SKYWALKING_SHA512=${SKYWALKING_TGZ}.sha512
 ENV SKYWALKING_CLI_TGZ=skywalking-cli-$SKYWALKING_CLI_VERSION-bin.tgz