From 155f7f132487a3105e32ad204de78955213c187b Mon Sep 17 00:00:00 2001 From: Zoey2936 <75573284+Zoey2936@users.noreply.github.com> Date: Sat, 25 May 2024 18:12:23 +0000 Subject: [PATCH] update maven version to 3.9.7 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 e665b32..fa5478f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:labs FROM alpine:3.20.0 SHELL ["/bin/ash", "-eo", "pipefail", "-c"] -ARG MAVEN_VERSION=3.9.6 +ARG MAVEN_VERSION=3.9.7 ARG MAVEN4_VERSION=4.0.0-alpha-13 RUN wget -q https://apk.corretto.aws/amazoncorretto.rsa.pub -O /etc/apk/keys/amazoncorretto.rsa.pub && \