Merge pull request #445 from QYG2297248353/renovate/redis-7.x

Update redis Docker tag to v7.4.1
This commit is contained in:
新疆萌森软件开发工作室 2024-10-12 13:31:20 +08:00 committed by GitHub
commit 5acd4b3de0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ networks:
services: services:
redis: redis:
image: redis:7.2.6-alpine image: redis:7.4.1-alpine
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
labels: labels:
createdBy: "Apps" createdBy: "Apps"