Skip to content

Commit

Permalink
Bump to Maven 3.8.8 (#265)
Browse files Browse the repository at this point in the history
Maven 3.8.7 is not available for download anymore, so the previous URL would return a 404
  • Loading branch information
luhenry authored Oct 31, 2023
1 parent d705f0f commit 6e70a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN dpkg --add-architecture i386 && apt-get update \
&& apt-get --assume-yes install g++-arm-linux-gnueabihf

# Do this separately to make upgrades easier
RUN wget https://dlcdn.apache.org/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.tar.gz \
&& tar xf apache-maven-*.tar.gz -C /opt && ln -s /opt/apache-maven-3.8.7 /opt/maven
RUN wget https://dlcdn.apache.org/maven/maven-3/3.8.8/binaries/apache-maven-3.8.8-bin.tar.gz \
&& tar xf apache-maven-*.tar.gz -C /opt && ln -s /opt/apache-maven-3.8.8 /opt/maven

# Ensure we are in the correct directory (this will be overlaid by the virtual mount)
WORKDIR /home/crypto
Expand Down

0 comments on commit 6e70a50

Please sign in to comment.