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 57ca02fd Update native image to ubi-quarkus-mandrel-builder-image
57ca02fd is described below

commit 57ca02fd4d54e6d0013180ebc34e7dd211030b41
Author: Claudio Miranda <[email protected]>
AuthorDate: Wed Jun 21 17:41:05 2023 -0300

    Update native image to ubi-quarkus-mandrel-builder-image
    
    ubi-quarkus-mandrel is deprecated, in favor of 
ubi-quarkus-mandrel-builder-image
    https://quay.io/repository/quarkus/ubi-quarkus-mandrel?tab=info
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 539219ae..e9ef8110 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <camel-quarkus-version>2.16.0</camel-quarkus-version>
         <quarkus-version>2.16.0.Final</quarkus-version>
         <quarkus-platform-version>2.16.0.Final</quarkus-platform-version>
-        
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11</quarkus-native-builder-image>
+        
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.2.0.0-Final-java11</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
         <groovy-version>3.0.17</groovy-version>

Reply via email to