This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cq-2.11.0-camel-3.18.0 in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit b7cd54283c3ec9e3b572b2fcd4626382f4b9a40b Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 26 13:18:00 2022 +0200 Upgrade Quarkus native image to version 22.1.0-java11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c4695000..e000e049 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ <!-- quarkus --> <camel-quarkus-version>2.11.0</camel-quarkus-version> <quarkus-version>2.11.0.Final</quarkus-version> - <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image> + <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.1.0-java11</quarkus-native-builder-image> <!-- camel-k --> <groovy-version>3.0.11</groovy-version>
