Merge pull request #940 from pig-mesh/renovate/jdk17-dev-redis-7.x

Update redis Docker tag to v7.2.4 (jdk17-dev)
This commit is contained in:
冷冷 2024-03-03 12:39:21 +08:00 committed by GitHub
commit 420f02a1d3
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.0.0
image: redis:7.2.4
ports:
- 6379:6379
restart: always