Skip to content

Commit

Permalink
update maven4 version to 4.0.0-beta-4
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Zoey2936 committed Sep 2, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent a86c1df commit 962745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \

0 comments on commit 962745d

Please sign in to comment.