Skip to content

Commit 1f039bd

Browse files
jdcormieejona86
authored andcommitted
download maven using archive/permalink url (#12169)
1 parent c5ab446 commit 1f039bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/grpc-java-artifacts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ RUN mkdir -p "$ANDROID_HOME/cmdline-tools" && \
2828
yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" --licenses
2929

3030
# Install Maven
31-
RUN curl -Ls https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | \
31+
RUN curl -Ls https://archive.apache.org/dist/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz | \
3232
tar xz -C /var/local
3333
ENV PATH /var/local/apache-maven-3.8.8/bin:$PATH

0 commit comments

Comments
 (0)