Skip to content

Commit d988434

Browse files
chore(deps): update redis docker tag to v7.2.7
1 parent 7dc440c commit d988434

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/docker/compose.debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
ports:
4141
- "40001:40000"
4242
redis:
43-
image: redis:7.2.2
43+
image: redis:7.2.7
4444
container_name: redis
4545
ports:
4646
- "6379:6379"

build/docker/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
tmpfs:
4040
- /tmp
4141
redis:
42-
image: redis:7.2.2
42+
image: redis:7.2.7
4343
container_name: redis
4444
ports:
4545
- "6379:6379"

0 commit comments

Comments
 (0)