Skip to content

Commit 39bd996

Browse files
committed
Download Maven from Maven Central
Maven deleted older binaries from their CDN, so the download was failing. Maven Central seems it'll be more stable.
1 parent 4de4775 commit 39bd996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildscripts/grpc-java-artifacts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ RUN yum install -y \
2020
yum clean all
2121

2222
# Install Maven
23-
RUN curl -Ls http://dlcdn.apache.org/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz | \
23+
RUN curl -Ls https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.tar.gz | \
2424
tar xz -C /var/local
2525
ENV PATH /var/local/apache-maven-3.3.9/bin:$PATH

0 commit comments

Comments
 (0)