This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 07b08ca2efa9a91a891bf14382956fffb9ae48b1 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Sun Jun 30 08:43:53 2024 +0200 (chores) camel-test-infra-consul: upgrade container to 1.19 and adjusted to use the official image --- .../org/apache/camel/test/infra/consul/services/container.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-consul/src/test/resources/org/apache/camel/test/infra/consul/services/container.properties b/test-infra/camel-test-infra-consul/src/test/resources/org/apache/camel/test/infra/consul/services/container.properties index e79431f3d74..5c1b4bf5343 100644 --- a/test-infra/camel-test-infra-consul/src/test/resources/org/apache/camel/test/infra/consul/services/container.properties +++ b/test-infra/camel-test-infra-consul/src/test/resources/org/apache/camel/test/infra/consul/services/container.properties @@ -15,4 +15,4 @@ ## limitations under the License. ## --------------------------------------------------------------------------- ## tested against 2.1.2, 2.2.0 & 2.3.1 -consul.container=consul:1.15.4 \ No newline at end of file +consul.container=hashicorp/consul:1.19 \ No newline at end of file