Skip to content

Commit 5f5c3bc

Browse files
committed
Change maven repo
1 parent c5c79b4 commit 5f5c3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/integration/openvscode-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update &&\
77
apt-get install openjdk-21-jdk -y
88

99
ARG MAVEN_VERSION=3.9.8
10-
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
10+
ARG BASE_URL=https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
1111

1212
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
1313
&& curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \

0 commit comments

Comments
 (0)