File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && \
2222 adduser pwuser
2323
2424# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
25- # Java 21 , so we install latest Maven from Apache instead.
25+ # Java 25 , so we install latest Maven from Apache instead.
2626RUN VERSION=3.9.12 && \
2727 wget -O - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
2828 ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get update && \
2222 adduser pwuser
2323
2424# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
25- # Java 21 , so we install latest Maven from Apache instead.
25+ # Java 25 , so we install latest Maven from Apache instead.
2626RUN VERSION=3.9.12 && \
2727 wget -O - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
2828 ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
You can’t perform that action at this time.
0 commit comments