chore(deps): move dawarich redis to v8 track
dawarich_redis was the last redis instance still on 7-alpine; the closed PR #10 kept it as an "Ignored or Blocked" entry in the Renovate Dependency Dashboard (issue #6). Bump to the already-running redis:8.8.0-alpine digest and add apps/dawarich to the renovate redis 8.x allowedVersions pin. Data path /mnt/user/appdata/dawarich/redis unchanged; redis 8 loads the existing RDB snapshots. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,7 @@ services:
|
||||
- no-new-privileges:true
|
||||
|
||||
dawarich_redis:
|
||||
image: redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
|
||||
image: redis:8.8.0-alpine@sha256:09160599abd229764c0fb44cb6be640294e1d360a54b19985ab4843dcf2d90f1
|
||||
container_name: dawarich_redis
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user