Skip to content

Commit

Permalink
update maven4 version to 4.0.0-beta-3
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>
  • Loading branch information
Zoey2936 committed May 26, 2024
1 parent 155f7f1 commit 6c9505b
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
Expand Up @@ -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 && \
Expand Down

0 comments on commit 6c9505b

Please sign in to comment.