This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-4.10.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.10.x by this push: new 17758ee2b72 Prepare for releasing camel-jbang image 4.10.4 17758ee2b72 is described below commit 17758ee2b72153ff77f564b1f4ae450917acfa86 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 12 11:07:35 2025 +0200 Prepare for releasing camel-jbang image 4.10.4 Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- dsl/camel-jbang/camel-jbang-container/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-container/Dockerfile b/dsl/camel-jbang/camel-jbang-container/Dockerfile index 0dd8e0c341a..ae81d77fad3 100644 --- a/dsl/camel-jbang/camel-jbang-container/Dockerfile +++ b/dsl/camel-jbang/camel-jbang-container/Dockerfile @@ -20,7 +20,7 @@ FROM docker.io/eclipse-temurin:21-jdk ENV JBANG_VERSION=0.121.0 # /!\ Camel version must be changed in the entrypoint line too -ENV CAMEL_VERSION=4.10.1 +ENV CAMEL_VERSION=4.10.4 RUN wget -c https://github.com/jbangdev/jbang/releases/download/v$JBANG_VERSION/jbang.tar -O - | tar xv && \ chmod +x jbang/bin/jbang @@ -32,6 +32,6 @@ RUN jbang trust add https://github.com/apache/camel # used to initiliaze dependencies in the docker image RUN jbang -Dcamel.jbang.version=$CAMEL_VERSION camel@apache/camel version -ENTRYPOINT [ "jbang", "-Dcamel.jbang.version=4.10.1", "camel@apache/camel"] +ENTRYPOINT [ "jbang", "-Dcamel.jbang.version=4.10.4", "camel@apache/camel"]