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 7d7addf Update Dockerfile 7d7addf is described below commit 7d7addff8cd4cab0a6634def099cdf614732e2b5 Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Thu Aug 11 19:12:08 2022 -0400 Update Dockerfile --- karavan-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karavan-builder/Dockerfile b/karavan-builder/Dockerfile index d71e3a3..799f9c1 100644 --- a/karavan-builder/Dockerfile +++ b/karavan-builder/Dockerfile @@ -12,4 +12,4 @@ RUN mkdir /opt/mvnd && \ mv mvnd-0.8.0-linux-amd64/* /opt/mvnd WORKDIR /scripts -ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.18.1-SNAPSHOT", "camel@apache/camel"] +ENTRYPOINT ["entrypoint", "-Dcamel.jbang.version=3.18.1", "camel@apache/camel"]