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 6a2a5c3 commit 93e5764Copy full SHA for 93e5764
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y openssh-server vim python3 --no-install
18
service ssh start
19
20
# Copy CDM jar & template files
21
-ARG MAVEN_VERSION=3.8.7
+ARG MAVEN_VERSION=3.8.8
22
ARG USER_HOME_DIR="/root"
23
ARG BASE_URL=https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries
24
ENV MAVEN_HOME /usr/share/maven
0 commit comments