Skip to content

Commit

Permalink
chore: Update the value of ARG MAVEN_VERSION in the Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
jenkins-infra-updatecli committed Aug 21, 2024
1 parent 5ac88c8 commit 97bd1f3
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 @@ -114,7 +114,7 @@ RUN update-alternatives --install /usr/bin/java java "${JAVA_HOME}"/bin/java 100
&& java -version

## Maven is required for Debian packaging step (at least)
ARG MAVEN_VERSION=3.9.8
ARG MAVEN_VERSION=3.9.9
RUN curl --fail --silent --location --show-error --output "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
"https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz" \
&& tar zxf "/tmp/apache-maven-${MAVEN_VERSION}-bin.tar.gz" -C /usr/share/ \
Expand Down

0 comments on commit 97bd1f3

Please sign in to comment.