Skip to content

Commit

Permalink
Merge pull request #789 from nobodyiam/docker-version-0.9.0
Browse files Browse the repository at this point in the history
update docker image version to 0.9.0
  • Loading branch information
nobodyiam authored Oct 15, 2017
2 parents 0a037dc + a4ef890 commit 2f3204d
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 2f3204d

Please sign in to comment.