From 579e83d5a132454c3415686da39806d4cad80ef0 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Mon, 3 Jul 2023 17:19:35 +0200 Subject: [PATCH] Downgrade Quarkus to 3.1.0 to fix crashing native image Native image fails to start because of https://github.com/quarkusio/quarkus/issues/34071 --- backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pom.xml b/backend/pom.xml index 6640085d..ce579a8a 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -13,7 +13,7 @@ UTF-8 cryptomator hub - 3.1.2.Final + 3.1.0.Final quay.io/quarkus/ubi-quarkus-mandrel:22.3-java17 eclipse-temurin:17-jre 4.4.0