Skip to content

Commit 063f510

Browse files
authored
Update TestImage.java
1 parent 8acb5f9 commit 063f510

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-tools/spring-boot-test-support-docker/src/main/java/org/springframework/boot/testsupport/container/TestImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public enum TestImage {
181181
/**
182182
* A container image suitable for testing Redis Stack Server.
183183
*/
184-
REDIS_STACK_SERVER("redis/redis-stack-server"),
184+
REDIS_STACK_SERVER("redis/redis-stack-server", "7.2.0-v11"),
185185

186186
/**
187187
* A container image suitable for testing Redpanda.

0 commit comments

Comments
 (0)