Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-core to v3.9.6 (#1434)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 17, 2023
1 parent 8e560ba commit 9b35754
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 9b35754

Please sign in to comment.