Skip to content

Commit

Permalink
chore(superchain): upgrade Maven to 3.9.3 (3.9.2 no longer exists)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysuzuki19 committed Jun 28, 2023
1 parent 804b896 commit 877cdf8
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.9.2"
ARG M2_VERSION="3.9.3"
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 877cdf8

Please sign in to comment.