Update redis Docker tag to v8

This commit is contained in:
renovate[bot] 2026-03-09 13:32:43 +00:00 committed by GitHub
parent 42ac58f4c4
commit efbc30401d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ services:
restart: always
networks:
- 1panel-network
image: "redis:6.2-alpine"
image: "redis:8.6-alpine"
healthcheck:
test: redis-cli ping || exit 1
labels:

View File

@ -48,7 +48,7 @@ services:
restart: always
networks:
- 1panel-network
image: "redis:6.2-alpine"
image: "redis:8.6-alpine"
healthcheck:
test: redis-cli ping || exit 1
labels: