This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 390aed57 chore: upgrade native builder image
390aed57 is described below
commit 390aed57920ebf58d3bb89f5290f650818ec9032
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Dec 18 14:40:39 2023 +0100
chore: upgrade native builder image
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 28ac9bf1..7f33a19c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<quarkus-version>3.6.0</quarkus-version>
<quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
<quarkus-platform-version>3.6.0</quarkus-platform-version>
-
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-jdk-17</quarkus-native-builder-image>
+
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21</quarkus-native-builder-image>
<!-- camel-k-runtime specific -->
<groovy-version>4.0.16</groovy-version>