Skip to content

Commit b78c8d6

Browse files
committed
upgrade maven to the latest stable version
1 parent efe9ccc commit b78c8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildscripts/grpc-java-artifacts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN curl -Ls https://github.com/Kitware/CMake/releases/download/v3.26.3/cmake-3.
3131
tar xz -C /var/local
3232

3333
# Install Maven
34-
RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | \
34+
RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.9.10/binaries/apache-maven-3.9.10-bin.tar.gz | \
3535
tar xz -C /var/local
36-
ENV PATH /var/local/cmake-3.26.3-linux-x86_64/bin:/var/local/apache-maven-3.8.8/bin:$PATH
36+
ENV PATH /var/local/cmake-3.26.3-linux-x86_64/bin:/var/local/apache-maven-3.9.10/bin:$PATH
3737

0 commit comments

Comments
 (0)