From 58ee22e280c170aaff8c70836ac55d5e4ec043f6 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Thu, 19 Oct 2023 19:45:55 +0200 Subject: [PATCH] bumped graalvm to version 22.3.3 * bump was needed, as the native build was failing otherwise. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 761a9e4..a58d592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG SIGNAL_CLI_NATIVE_PACKAGE_VERSION=0.12.3+2 ARG SWAG_VERSION=1.6.7 ARG GRAALVM_JAVA_VERSION=17 -ARG GRAALVM_VERSION=22.3.0 +ARG GRAALVM_VERSION=22.3.3 ARG BUILD_VERSION_ARG=unset