File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ RUN dpkg --add-architecture i386 && apt-get update \
5050 && apt-get --assume-yes install g++-arm-linux-gnueabihf
5151
5252# Do this separately to make upgrades easier
53- RUN curl -sL https://dlcdn. apache.org/maven/ maven-3 /3.9.9/binaries/ apache-maven-3.9.9 -bin.tar.gz \
54- | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
53+ RUN curl -sL https://repo.maven. apache.org/maven2/org/apache/ maven/apache-maven /3.9.14/ apache-maven-3.9.14 -bin.tar.gz \
54+ | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
5555
5656# Ensure we are in the correct directory (this will be overlaid by the virtual mount)
5757WORKDIR /home/crypto
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ RUN apt-get update -qq && apt-get -y -qq install \
2929 && /var/lib/dpkg/info/ca-certificates-java.postinst configure
3030
3131# Do this separately to make upgrades easier
32- RUN curl -sL https://dlcdn. apache.org/maven/ maven-3 /3.9.9/binaries/ apache-maven-3.9.9 -bin.tar.gz \
33- | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
32+ RUN curl -sL https://repo.maven. apache.org/maven2/org/apache/ maven/apache-maven /3.9.14/ apache-maven-3.9.14 -bin.tar.gz \
33+ | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
3434
3535# Ensure we are in the correct directory (this will be overlaid by the virtual mount)
3636WORKDIR /home/crypto
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ RUN apt-get update -qq && apt-get -y -qq install \
2929 && /var/lib/dpkg/info/ca-certificates-java.postinst configure
3030
3131# Do this separately to make upgrades easier
32- RUN curl -sL https://dlcdn. apache.org/maven/ maven-3 /3.9.9/binaries/ apache-maven-3.9.9 -bin.tar.gz \
33- | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.9 /opt/maven
32+ RUN curl -sL https://repo.maven. apache.org/maven2/org/apache/ maven/apache-maven /3.9.14/ apache-maven-3.9.14 -bin.tar.gz \
33+ | tar xzf - -C /opt && ln -s /opt/apache-maven-3.9.14 /opt/maven
3434
3535# Ensure we are in the correct directory (this will be overlaid by the virtual mount)
3636WORKDIR /home/crypto
You can’t perform that action at this time.
0 commit comments