Skip to content

Commit 5080cf2

Browse files
authored
Update Maven version to 3.9.14 in Dockerfiles (#517)
1 parent 9784710 commit 5080cf2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
5757
WORKDIR /home/crypto

src/docker/Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
3636
WORKDIR /home/crypto

src/docker/Dockerfile.riscv64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
3636
WORKDIR /home/crypto

0 commit comments

Comments
 (0)