We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30c1426 + 5f5c3bc commit cf5feb6Copy full SHA for cf5feb6
build/integration/openvscode-server/Dockerfile
@@ -7,7 +7,7 @@ RUN apt-get update &&\
7
apt-get install openjdk-21-jdk -y
8
9
ARG MAVEN_VERSION=3.9.8
10
-ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
+ARG BASE_URL=https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
11
12
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
13
&& curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \
0 commit comments