We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4901f commit e60b1bdCopy full SHA for e60b1bd
1 file changed
src/main/resources/ath-container/Dockerfile
@@ -39,7 +39,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
39
&& rm -rf /var/lib/apt/lists/*
40
41
# Maven in repo is not new enough for ATH
42
-ARG MAVEN_VERSION=3.9.10
+ARG MAVEN_VERSION=3.9.11
43
RUN curl -fsSLO "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" && \
44
curl -fsSLO "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz.sha512" && \
45
echo "$(cat apache-maven-${MAVEN_VERSION}-bin.tar.gz.sha512) apache-maven-${MAVEN_VERSION}-bin.tar.gz" | sha512sum --check --strict && \
0 commit comments