Commit e6bc7d15 authored by liwu's avatar liwu

@dev更新skywalking版本

parent 3031a81d
FROM openjdk:8-jdk-alpine 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 \ 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 \ && echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories \
......
#!/usr/bin/env bash #!/usr/bin/env bash
VERSION="1.0.0-SNAPSHOT" VERSION="1.0.1-SNAPSHOT"
IMAGE_NAME="edu-100-app-base" IMAGE_NAME="edu-100-app-base"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment