This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-ci-docker.git
commit 70bb4768b6ec7e62d034e3110c3277a4b6a46e83 Author: Chesnay Schepler <[email protected]> AuthorDate: Tue Mar 15 16:19:40 2022 +0100 Fix commons-logging download link --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 2e37ec5..e04b60b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -45,7 +45,7 @@ RUN cd /usr/share/maven/lib/ \ # add commons logging (needed for custom wagon) RUN cd /tmp \ - && wget https://mirror.synyx.de/apache//commons/logging/binaries/commons-logging-1.2-bin.zip \ + && wget https://dlcdn.apache.org/commons/logging/binaries/commons-logging-1.2-bin.zip \ && unzip commons-logging-1.2-bin.zip \ && cp commons-logging-1.2/commons-logging-1.2.jar /usr/share/maven/lib/
