Skip to content

Commit

Permalink
fix(Dockerfile): update MAVEN_VERSION to 3.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renfis committed Sep 2, 2023
1 parent e203979 commit 5e0f8f2
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 @@ -16,7 +16,7 @@ FROM ghcr.io/graalvm/graalvm-ce:22.3.2 AS quarkus-builder
RUN microdnf -y install gzip \
&& gu install native-image

ARG MAVEN_VERSION=3.9.1
ARG MAVEN_VERSION=3.9.4

RUN curl https://dlcdn.apache.org/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz --output /opt/maven.tar.gz \
&& tar xvzf /opt/maven.tar.gz \
Expand Down

0 comments on commit 5e0f8f2

Please sign in to comment.