This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 04e166221d7e1979b515f062fdc82f6b1907116b Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Mon Oct 4 09:26:26 2021 +0200 fix(build): Update Maven binary download URL --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 96b6e99..f52e7fe 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -18,7 +18,7 @@ FROM quay.io/quarkus/ubi-quarkus-mandrel:21.2.0.0-Final-java11 ARG MAVEN_VERSION="3.8.2" ARG MAVEN_HOME="/usr/share/maven" ARG SHA="b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222" -ARG BASE_URL="https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries" +ARG BASE_URL="https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries" USER 0