Skip to content

Commit a387f48

Browse files
committed
test
1 parent e6f9296 commit a387f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/docker/Dockerfile.jammy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

utils/docker/Dockerfile.noble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)