Skip to content

Commit 5a0d8cf

Browse files
authored
Update Dockerfile
1 parent 6e05db3 commit 5a0d8cf

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
@@ -35,7 +35,7 @@ RUN (curl -L http://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux
3535
RUN npm install -g yarn
3636

3737
# ------------------------------------------------------------------------ maven
38-
ENV MAVEN_VERSION 3.5.2
38+
ENV MAVEN_VERSION 3.5.4
3939

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

0 commit comments

Comments
 (0)