Skip to content

Commit

Permalink
update maven version to 3.9.9
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 Aug 18, 2024
1 parent d6c96b1 commit a86c1df
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
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:labs
FROM alpine:3.20.2
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG MAVEN_VERSION=3.9.8
ARG MAVEN_VERSION=3.9.9
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 && \
Expand Down

0 comments on commit a86c1df

Please sign in to comment.