Skip to content

Commit

Permalink
fix(docker): point maven 3.6.3 to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Mar 19, 2021
1 parent d607320 commit 2dcf7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.maven-3.6.3
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \

ENV HOME /home/node
ENV M2 /home/node/.m2
ENV PATH /home/node/apache-maven-3.6.1/bin:$PATH
ENV PATH /home/node/apache-maven-3.6.3/bin:$PATH

# The path at which the project is mounted (-v runtime arg)
ENV PROJECT_PATH /project
Expand Down

0 comments on commit 2dcf7dc

Please sign in to comment.