Skip to content

Commit c24db36

Browse files
authored
Update Maven and Upx versions
1 parent 9e5ac7f commit c24db36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ ARG GRAALVM_TAG
44
FROM ghcr.io/graalvm/native-image-community:${GRAALVM_TAG}
55

66
# Versions to install here
7-
ARG MAVEN_VERSION=3.9.5
8-
ARG UPX_VERSION=4.2.1
7+
ARG MAVEN_VERSION=3.9.8
8+
ARG UPX_VERSION=4.2.2
99

1010
# Install xz (for use with UPX) and other utilities
1111
RUN microdnf install -y xz jq zip \

0 commit comments

Comments
 (0)