Skip to content

Commit

Permalink
upgraded Maven to 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rrayst committed Apr 16, 2022
1 parent c8665ec commit 9e7acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y openjdk-8-jdk-headless curl

RUN rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/oracle-jdk7-installer

RUN curl -o /maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.4/binaries/apache-maven-3.8.4-bin.tar.gz && \
RUN curl -o /maven.tar.gz https://dlcdn.apache.org/maven/maven-3/3.8.5/binaries/apache-maven-3.8.5-bin.tar.gz && \
mkdir /maven && \
cd /maven && \
tar -xvf /maven.tar.gz && \
Expand Down

0 comments on commit 9e7acdf

Please sign in to comment.