Skip to content

Commit 6d4f80e

Browse files
snuyanzinF21
authored andcommitted
[CALCITE-6378] Bump Redis Docker image from 2.8.19 to 7.2.4
1 parent 0551b89 commit 6d4f80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/src/test/java/org/apache/calcite/adapter/redis/RedisCaseBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public abstract class RedisCaseBase {
4949
* <p>Uses the Redis 2.8.19 version to be aligned with the embedded server.
5050
*/
5151
private static final GenericContainer<?> REDIS_CONTAINER =
52-
new GenericContainer<>("redis:2.8.19").withExposedPorts(6379);
52+
new GenericContainer<>("redis:7.2.4").withExposedPorts(6379);
5353

5454
/**
5555
* The embedded Redis server.

0 commit comments

Comments
 (0)