From 6c9505b32598188a313e6ed060da6b13a3fae599 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Sun, 26 May 2024 18:12:33 +0000 Subject: [PATCH] update maven4 version to 4.0.0-beta-3 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa5478f..438a61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.20.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG MAVEN_VERSION=3.9.7 -ARG MAVEN4_VERSION=4.0.0-alpha-13 +ARG MAVEN4_VERSION=4.0.0-beta-3 RUN wget -q https://apk.corretto.aws/amazoncorretto.rsa.pub -O /etc/apk/keys/amazoncorretto.rsa.pub && \ echo "https://apk.corretto.aws" | tee -a /etc/apk/repositories && \