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 ec4a03dcc945b7e9be48b03c592fc0e60605bc7f Author: Chesnay Schepler <[email protected]> AuthorDate: Thu Jun 8 14:12:04 2023 +0200 Download Maven from 'repo.maven.apache.org' --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 51da11e..c2c21eb 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -55,7 +55,7 @@ RUN mkdir -p /usr/share/hugo \ # Install maven ARG MAVEN_VERSION=3.8.6 ARG USER_HOME_DIR="/root" -ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries +ARG BASE_URL=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/${MAVEN_VERSION} RUN mkdir -p /usr/share/maven /usr/share/maven/ref \ && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \
