We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5ac7f commit c24db36Copy full SHA for c24db36
Dockerfile
@@ -4,8 +4,8 @@ ARG GRAALVM_TAG
4
FROM ghcr.io/graalvm/native-image-community:${GRAALVM_TAG}
5
6
# Versions to install here
7
-ARG MAVEN_VERSION=3.9.5
8
-ARG UPX_VERSION=4.2.1
+ARG MAVEN_VERSION=3.9.8
+ARG UPX_VERSION=4.2.2
9
10
# Install xz (for use with UPX) and other utilities
11
RUN microdnf install -y xz jq zip \
0 commit comments