Skip to content

Commit e60b1bd

Browse files
committed
Update Maven from 3.9.10 to 3.9.11
1 parent 9e4901f commit e60b1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \
3939
&& rm -rf /var/lib/apt/lists/*
4040

4141
# Maven in repo is not new enough for ATH
42-
ARG MAVEN_VERSION=3.9.10
42+
ARG MAVEN_VERSION=3.9.11
4343
RUN curl -fsSLO "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" && \
4444
curl -fsSLO "https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz.sha512" && \
4545
echo "$(cat apache-maven-${MAVEN_VERSION}-bin.tar.gz.sha512) apache-maven-${MAVEN_VERSION}-bin.tar.gz" | sha512sum --check --strict && \

0 commit comments

Comments
 (0)