Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 7f53e44

Browse files
committed
renamed maven no jdk folder and added it to drone
1 parent 789a6f1 commit 7f53e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/maven-3.5-no-jdk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MAINTAINER sven.ruppert@gmail.com
44
ARG MAVEN_VERSION=3.5.3
55
ARG USER_HOME_DIR="/root"
66
#ARG BASE_URL=http://www-eu.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
7-
ARG BASE_URL=http://apache.mirror.digionline.de/maven/maven/maven-3/${MAVEN_VERSION}/binaries
7+
ARG BASE_URL=http://http://www-eu.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
88

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

0 commit comments

Comments
 (0)