We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fe49a commit b021539Copy full SHA for b021539
Dockerfile
@@ -34,7 +34,7 @@ RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux
34
&& npm install -g node-gyp grunt grunt-cli karma-cli bower aglio
35
36
# ------------------------------------------------------------------------ maven
37
-ENV MAVEN_VERSION 3.3.3
+ENV MAVEN_VERSION 3.3.9
38
39
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) \
40
&& mv apache-maven-$MAVEN_VERSION /opt/apache-maven
0 commit comments