We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf4187 commit 1a0a360Copy full SHA for 1a0a360
1 file changed
src/main/resources/ath-container/Dockerfile
@@ -75,7 +75,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
75
fi
76
77
# Maven in repo is not new enough for ATH
78
-ENV MAVEN_VERSION=3.9.7
+ENV MAVEN_VERSION=3.9.8
79
RUN curl -ffSLO https://archive.apache.org/dist/maven/maven-3/"${MAVEN_VERSION}"/binaries/apache-maven-"${MAVEN_VERSION}"-bin.tar.gz && \
80
tar -xvzf apache-maven-"${MAVEN_VERSION}"-bin.tar.gz -C /opt/ && \
81
mv /opt/apache-maven-* /opt/maven
0 commit comments