lazy: bump maven version
All checks were successful
Build and publish release / build-docker (push) Successful in 11s
All checks were successful
Build and publish release / build-docker (push) Successful in 11s
should add more robust way of doing this
This commit is contained in:
@ -25,4 +25,4 @@ RUN tar -xzf /root/maven.tar.gz -C /root/ && rm /root/maven.tar.gz
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
ENTRYPOINT ["/root/apache-maven-3.9.11/bin/mvn", "package"]
|
||||
ENTRYPOINT ["/root/apache-maven-3.9.12/bin/mvn", "package"]
|
||||
Reference in New Issue
Block a user