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
The following commit(s) were added to refs/heads/main by this push:
new 6842e6ef25e (chores) camel-test-infra-consul: update Consul container
to the latest version
6842e6ef25e is described below
commit 6842e6ef25ee13b3bd9894241c3d72918afbce81
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Nov 17 17:14:35 2023 +0100
(chores) camel-test-infra-consul: update Consul container to the latest
version
Updates the container to 1.15.4
---
.../camel/test/infra/consul/services/ConsulLocalContainerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-consul/src/test/java/org/apache/camel/test/infra/consul/services/ConsulLocalContainerService.java
b/test-infra/camel-test-infra-consul/src/test/java/org/apache/camel/test/infra/consul/services/ConsulLocalContainerService.java
index e696ae37d81..36c594ee0ee 100644
---
a/test-infra/camel-test-infra-consul/src/test/java/org/apache/camel/test/infra/consul/services/ConsulLocalContainerService.java
+++
b/test-infra/camel-test-infra-consul/src/test/java/org/apache/camel/test/infra/consul/services/ConsulLocalContainerService.java
@@ -25,7 +25,7 @@ import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.wait.strategy.Wait;
public class ConsulLocalContainerService implements ConsulService,
ContainerService<GenericContainer> {
- public static final String CONTAINER_IMAGE = "consul:1.11.2";
+ public static final String CONTAINER_IMAGE = "consul:1.15.4";
public static final String CONTAINER_NAME = "consul";
private static final Logger LOG =
LoggerFactory.getLogger(ConsulLocalContainerService.class);