Skip to content

Commit

Permalink
update docker image version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Oct 15, 2017
1 parent 0a037dc commit a4ef890
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apollo-adminservice/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV VERSION 0.9.0-SNAPSHOT
ENV VERSION 0.9.0

RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
Expand Down
2 changes: 1 addition & 1 deletion apollo-configservice/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV VERSION 0.9.0-SNAPSHOT
ENV VERSION 0.9.0

RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
Expand Down
2 changes: 1 addition & 1 deletion apollo-portal/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV VERSION 0.9.0-SNAPSHOT
ENV VERSION 0.9.0

RUN echo "http://mirrors.aliyun.com/alpine/v3.6/main" > /etc/apk/repositories \
&& echo "http://mirrors.aliyun.com/alpine/v3.6/community" >> /etc/apk/repositories \
Expand Down

0 comments on commit a4ef890

Please sign in to comment.