Update redis Docker tag to v8

This commit is contained in:
renovate[bot] 2025-07-07 14:16:57 +00:00 committed by GitHub
parent 518b83c1ca
commit fc572d7eae
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.0-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.0-alpine"
healthcheck:
test: redis-cli ping || exit 1
labels: