Merge pull request #1046 from pig-mesh/renovate/redis-7.x

Update redis Docker tag to v7.2.5
This commit is contained in:
冷冷 2024-05-21 09:48:07 +08:00 committed by GitHub
commit 0c80757c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ services:
- spring_cloud_default
pig-redis:
image: redis:7.2.4
image: redis:7.2.5
ports:
- 36379:6379
restart: always