Skip to content

Commit

Permalink
[CALCITE-6378] Bump Redis Docker image from 2.8.19 to 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored and F21 committed Apr 22, 2024
1 parent 0551b89 commit 6d4f80e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6d4f80e

Please sign in to comment.