Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-core to v3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 10, 2023
1 parent 3e414f0 commit 5caad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/ath-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
fi

# Maven in repo is not new enough for ATH
ENV MAVEN_VERSION=3.9.5
ENV MAVEN_VERSION=3.9.6
RUN curl -ffSLO https://archive.apache.org/dist/maven/maven-3/"${MAVEN_VERSION}"/binaries/apache-maven-"${MAVEN_VERSION}"-bin.tar.gz && \
tar -xvzf apache-maven-"${MAVEN_VERSION}"-bin.tar.gz -C /opt/ && \
mv /opt/apache-maven-* /opt/maven
Expand Down

0 comments on commit 5caad6c

Please sign in to comment.