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 84654e8ba22 (chores) camel-test-redis: update container to the latest
version
84654e8ba22 is described below
commit 84654e8ba22d972fb3e1dd68f8a1827d487959cf
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Nov 17 18:06:18 2023 +0000
(chores) camel-test-redis: update container to the latest version
Updates the container to 6.2.14
---
.../camel/test/infra/redis/services/RedisLocalContainerService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-redis/src/test/java/org/apache/camel/test/infra/redis/services/RedisLocalContainerService.java
b/test-infra/camel-test-infra-redis/src/test/java/org/apache/camel/test/infra/redis/services/RedisLocalContainerService.java
index 41d59a39416..d0b269d7528 100644
---
a/test-infra/camel-test-infra-redis/src/test/java/org/apache/camel/test/infra/redis/services/RedisLocalContainerService.java
+++
b/test-infra/camel-test-infra-redis/src/test/java/org/apache/camel/test/infra/redis/services/RedisLocalContainerService.java
@@ -25,7 +25,7 @@ import org.testcontainers.containers.wait.strategy.Wait;
import org.testcontainers.utility.DockerImageName;
public class RedisLocalContainerService implements RedisService,
ContainerService<GenericContainer> {
- public static final String CONTAINER_IMAGE = "redis:6.0.9";
+ public static final String CONTAINER_IMAGE = "redis:6.2.14";
public static final String CONTAINER_NAME = "redis";
private static final Logger LOG =
LoggerFactory.getLogger(RedisLocalContainerService.class);