Skip to content

Commit fb3dae7

Browse files
committed
chore(superchain): upgrade Maven to 3.9.2 (3.9.1 no longer exists)
1 parent d047c6f commit fb3dae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superchain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sou
3939
SHELL ["/bin/zsh", "-c"]
4040

4141
# Prepare maven binary distribution
42-
ARG M2_VERSION="3.9.1"
42+
ARG M2_VERSION="3.9.2"
4343
ENV M2_DISTRO="https://www.apache.org/dist/maven/maven-3"
4444
RUN set -eo pipefail \
4545
&& curl -fSsL "${M2_DISTRO}/${M2_VERSION}/binaries/apache-maven-${M2_VERSION}-bin.tar.gz" \

0 commit comments

Comments
 (0)