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 @@ -23,7 +23,7 @@ RUN apt-get update && \
2323
2424# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
2525# Java 21, so we install latest Maven from Apache instead.
26- RUN VERSION=3.9.6 && \
26+ RUN VERSION=3.9.11 && \
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/
2929
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN apt-get update && \
2323
2424# Ubuntu 22.04 and earlier come with Maven 3.6.3 which fails with
2525# Java 21, so we install latest Maven from Apache instead.
26- RUN VERSION=3.9.6 && \
26+ RUN VERSION=3.9.11 && \
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/
2929
You can’t perform that action at this time.
0 commit comments