From 962745dc28f8e5bf30c52a3e64724b2a9acd1270 Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:23:18 +0000 Subject: [PATCH] update maven4 version to 4.0.0-beta-4 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 bf93a26..9d07d57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.20.2 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] ARG MAVEN_VERSION=3.9.9 -ARG MAVEN4_VERSION=4.0.0-beta-3 +ARG MAVEN4_VERSION=4.0.0-beta-4 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 && \