Skip to content

Commit

Permalink
ath-container: Bum maven version for plugins based on parent-pom:4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Oct 4, 2021
1 parent e71f95d commit 74fc251
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 @@ -24,7 +24,7 @@ RUN curl -fsSLO https://github.com/mozilla/geckodriver/releases/download/v0.26.0
tar -xvzf geckodriver-v0.26.0-linux64.tar.gz -C /usr/local/bin

# Maven in repo is not new enough for ATH
ENV MAVEN_VERSION 3.6.3
ENV MAVEN_VERSION 3.8.2
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 74fc251

Please sign in to comment.