Skip to content

Commit 5ffb6a8

Browse files
authored
Update Redis container image to 6.2.13 (#2432)
1 parent eda2ab6 commit 5ffb6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
test: echo stats | nc 127.0.0.1 11211
120120
redis:
121121
<<: *restart_policy
122-
image: "redis:6.2.12-alpine"
122+
image: "redis:6.2.13-alpine"
123123
healthcheck:
124124
<<: *healthcheck_defaults
125125
test: redis-cli ping

0 commit comments

Comments
 (0)