Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Apr 22, 2024
1 parent 562a9aa commit 1ce1864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class DockerRedisStackTest {

@Container
private static final GenericContainer<?> REDIS =
new GenericContainer<>("redis/redis-stack")
new GenericContainer<>("redis/redis-stack-server:latest")
.withExposedPorts(6379);

protected static RedissonClient redisson;
Expand Down

0 comments on commit 1ce1864

Please sign in to comment.