Skip to content

Commit b021539

Browse files
authored
Updated maven version
1 parent d3fe49a commit b021539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux
3434
&& npm install -g node-gyp grunt grunt-cli karma-cli bower aglio
3535

3636
# ------------------------------------------------------------------------ maven
37-
ENV MAVEN_VERSION 3.3.3
37+
ENV MAVEN_VERSION 3.3.9
3838

3939
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) \
4040
&& mv apache-maven-$MAVEN_VERSION /opt/apache-maven

0 commit comments

Comments
 (0)