This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/main by this push:
     new 6d4f80e90b [CALCITE-6378] Bump Redis Docker image from 2.8.19 to 7.2.4
6d4f80e90b is described below

commit 6d4f80e90bd99392e5bec152f964e639f0cfe7fc
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Apr 22 11:40:19 2024 +0200

    [CALCITE-6378] Bump Redis Docker image from 2.8.19 to 7.2.4
---
 redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java 
b/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java
index 7577fe5177..44d82385aa 100644
--- a/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java
+++ b/redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java
@@ -49,7 +49,7 @@ public abstract class RedisCaseBase {
    * <p>Uses the Redis 2.8.19 version to be aligned with the embedded server.
    */
   private static final GenericContainer<?> REDIS_CONTAINER =
-      new GenericContainer<>("redis:2.8.19").withExposedPorts(6379);
+      new GenericContainer<>("redis:7.2.4").withExposedPorts(6379);
 
   /**
    * The embedded Redis server.

Reply via email to