From 463c25c3451be2cbfc96387ffaec7f6156291ebe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 14 Mar 2026 03:37:41 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v8 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 778889c..df76add 100644 --- a/compose.yml +++ b/compose.yml @@ -104,7 +104,7 @@ services: start_interval: 5s start_period: 1m cache: - image: redis:6 + image: redis:8 networks: - internal healthcheck: -- 2.49.0