This is an automated email from the ASF dual-hosted git repository. apupier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new d0b59eafa20 chore: Update docker base image version for Camel JBang exported project d0b59eafa20 is described below commit d0b59eafa20dd647fd1b73ce00e4d324cac70ea0 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Mon Nov 25 11:53:04 2024 +0100 chore: Update docker base image version for Camel JBang exported project Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- .../camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm | 2 +- .../camel-jbang-core/src/main/resources/templates/Dockerfile.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm b/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm index 45324243d22..3981afa460e 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/quarkus-docker/Dockerfile.jvm @@ -94,7 +94,7 @@ # accessed directly. (example: "foo.example.com,bar.example.com") # ### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.16 +FROM registry.access.redhat.com/ubi8/openjdk-17:1.21 ENV LANGUAGE='en_US:en' diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/Dockerfile.tmpl b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/Dockerfile.tmpl index 086309d2edc..2edafcb82ed 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/Dockerfile.tmpl +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/Dockerfile.tmpl @@ -94,7 +94,7 @@ # accessed directly. (example: "foo.example.com,bar.example.com") # ### -FROM registry.access.redhat.com/ubi8/openjdk-17:1.20 +FROM registry.access.redhat.com/ubi8/openjdk-17:1.21 COPY --chown=185 target/{{ .AppJar }} /deployments/