Skip to content

Commit

Permalink
chore: updated maven to 3.8.7 in the superchain Dockerfile (#3898)
Browse files Browse the repository at this point in the history
For some reason, 3.8.6 is no longer available on the Apache downloads website, but 3.8.7 is.

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
otaviomacedo committed Jan 4, 2023
1 parent 5946f64 commit b35d997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sou
SHELL ["/bin/zsh", "-c"]

# Prepare maven binary distribution
ARG M2_VERSION="3.8.6"
ARG M2_VERSION="3.8.7"
ENV M2_DISTRO="https://www.apache.org/dist/maven/maven-3"
RUN set -eo pipefail \
&& curl -fSsL "${M2_DISTRO}/${M2_VERSION}/binaries/apache-maven-${M2_VERSION}-bin.tar.gz" \
Expand Down

0 comments on commit b35d997

Please sign in to comment.