Skip to content

Commit

Permalink
update maven4 version to 4.0.0-beta-5
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 Oct 22, 2024
1 parent 55b7b59 commit ff5b65e
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.3
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG MAVEN_VERSION=3.9.9
ARG MAVEN4_VERSION=4.0.0-beta-4
ARG MAVEN4_VERSION=4.0.0-beta-5

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 ff5b65e

Please sign in to comment.