This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 21e4cf08 Fix #1480 21e4cf08 is described below commit 21e4cf081e2285f559ffade0deb416ced5e4cb33 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Mon Jan 27 14:16:16 2025 -0500 Fix #1480 --- karavan-devmode/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-devmode/Dockerfile b/karavan-devmode/Dockerfile index 87955ae3..9465cd3b 100644 --- a/karavan-devmode/Dockerfile +++ b/karavan-devmode/Dockerfile @@ -23,7 +23,7 @@ LABEL "org.opencontainers.image.version"="4.8.3" RUN apt-get update && apt-get install git && apt-get clean -ENV JBANG_VERSION=0.118.0 +ENV JBANG_VERSION=0.123.0 ENV CAMEL_VERSION=4.8.3 ENV KARAVAN="/karavan" ENV JBANG_DIR="$KARAVAN/.jbang"