Skip to content

Commit 93e5764

Browse files
authored
Update Dockerfile
1 parent 6a2a5c3 commit 93e5764

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
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
1818
service ssh start
1919

2020
# Copy CDM jar & template files
21-
ARG MAVEN_VERSION=3.8.7
21+
ARG MAVEN_VERSION=3.8.8
2222
ARG USER_HOME_DIR="/root"
2323
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
2424
ENV MAVEN_HOME /usr/share/maven

0 commit comments

Comments
 (0)