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 6e05db3 commit 5a0d8cfCopy full SHA for 5a0d8cf
Dockerfile
@@ -35,7 +35,7 @@ RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux
35
RUN npm install -g yarn
36
37
# ------------------------------------------------------------------------ maven
38
-ENV MAVEN_VERSION 3.5.2
+ENV MAVEN_VERSION 3.5.4
39
40
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) \
41
&& mv apache-maven-$MAVEN_VERSION /opt/apache-maven
0 commit comments