From c6636193e939d4729f8cd67ad3c406cf719cd809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:44:09 +0000 Subject: [PATCH 1/2] chore(deps): update redis docker tag to v8.10 --- redis/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/docker-compose.yaml b/redis/docker-compose.yaml index 20b07688..75bdfc25 100644 --- a/redis/docker-compose.yaml +++ b/redis/docker-compose.yaml @@ -3,7 +3,7 @@ x-stack: infrastructure services: redis: container_name: "redis" - image: redis:8.8-alpine + image: redis:8.10-alpine networks: - default command: redis-server --appendonly yes From 3e889ac5131d3555a6e6c3b01728ddac0fc1f3f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:44:32 +0000 Subject: [PATCH 2/2] chore(stacks): sync generated stacks for renovate update --- stacks/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/infrastructure.yml b/stacks/infrastructure.yml index c83a6198..f2656090 100644 --- a/stacks/infrastructure.yml +++ b/stacks/infrastructure.yml @@ -274,7 +274,7 @@ services: max_attempts: 0 window: 120s redis: - image: redis:8.8-alpine + image: redis:8.10-alpine networks: default: aliases: