File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
apollo-adminservice/src/main/docker
apollo-configservice/src/main/docker
apollo-portal/src/main/docker Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
FROM openjdk:8-jre-alpine
8
8
MAINTAINER ameizi <sxyx2008@163.com>
9
9
10
- ENV VERSION 0.9.0
10
+ ENV VERSION 0.10.0-SNAPSHOT
11
11
12
12
RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
13
13
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 7
7
FROM openjdk:8-jre-alpine
8
8
MAINTAINER ameizi <sxyx2008@163.com>
9
9
10
- ENV VERSION 0.9.0
10
+ ENV VERSION 0.10.0-SNAPSHOT
11
11
12
12
RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
13
13
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
Original file line number Diff line number Diff line change 9
9
FROM openjdk:8-jre-alpine
10
10
MAINTAINER ameizi <sxyx2008@163.com>
11
11
12
- ENV VERSION 0.9.0
12
+ ENV VERSION 0.10.0-SNAPSHOT
13
13
14
14
RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
15
15
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
You can’t perform that action at this time.
0 commit comments