From 4204aa0b43481953e61f28457d62df46154d2dda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:58:15 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v8.10.1 --- .github/workflows/code-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index c90fb81..f4ec36b 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -13,7 +13,7 @@ jobs: options: --security-opt seccomp=unconfined services: redis: - image: redis:8.10.0 + image: redis:8.10.1 ports: - 6379:6379 options: --entrypoint redis-server