From d1f92b297d24c8a1962dd5d2324a8b4adaa8dfd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:06:50 +0000 Subject: [PATCH] chore(deps): upgrade redis:alpine docker digest to 9d31717 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7ef5aa3..7fd2d0e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -4,7 +4,7 @@ services: redis: - image: redis:alpine@sha256:ad0a6eff0a40304ab1ab4f50f0dc192d82b071e1094eac961bcb6106092f8a4e + image: redis:alpine@sha256:9d317178eceac8454a2284a9e6df2466b93c745529947f0cd42a0fa9609d7005 ports: - "6379:6379" command: --loglevel debug \ No newline at end of file