From 95899d339168a2c6e68a225f3aa01afb48132669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:09:58 +0000 Subject: [PATCH] Update redis Docker tag to v8 --- test/cachedb/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cachedb/compose.yml b/test/cachedb/compose.yml index 8c574b5..5493170 100644 --- a/test/cachedb/compose.yml +++ b/test/cachedb/compose.yml @@ -2,7 +2,7 @@ name: unbound services: redis: - image: redis:6-alpine + image: redis:8-alpine container_name: unbound-redis command: redis-server --save 60 1 volumes: