Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
corvis authored Oct 5, 2018
1 parent 6e05db3 commit 5a0d8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux
RUN npm install -g yarn

# ------------------------------------------------------------------------ maven
ENV MAVEN_VERSION 3.5.2
ENV MAVEN_VERSION 3.5.4

RUN (curl -L http://www.us.apache.org/dist/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz | gunzip -c | tar x) \
&& mv apache-maven-$MAVEN_VERSION /opt/apache-maven
Expand Down

0 comments on commit 5a0d8cf

Please sign in to comment.