diff --git a/Dockerfile b/Dockerfile index 6d3f256fd3e39d0236b4d2dedfebe409cceaede2..d0d6770f99b395d7fd7d9bda2053d3987ac4ad73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-jdk-alpine -ENV SKYWALKING_VERSION 6.0.0-GA +ENV SKYWALKING_VERSION 6.6.0 RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \ && echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories \ diff --git a/env.sh b/env.sh index 1a4a32bfb083b127ce39809e665a6efef7c8990d..b614d59f0cad103ce331aa8ab3c442630fdbc9f1 100755 --- a/env.sh +++ b/env.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION="1.0.0-SNAPSHOT" +VERSION="1.0.1-SNAPSHOT" IMAGE_NAME="edu-100-app-base" \ No newline at end of file diff --git a/skywalking-agent-6.0.0-GA.zip b/skywalking-agent-6.6.0.zip similarity index 65% rename from skywalking-agent-6.0.0-GA.zip rename to skywalking-agent-6.6.0.zip index 38d01b151c099bfcb832073ade4180fb94aff310..ee8b90080c404581316cc8fb04c6ddebf454e079 100644 Binary files a/skywalking-agent-6.0.0-GA.zip and b/skywalking-agent-6.6.0.zip differ