Update redis Docker tag to v6.2

This commit is contained in:
Comrade Renovate Bot 2021-06-08 07:02:25 +00:00
parent 923d5eaf0b
commit 14fd088af5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ services:
- POSTGRES_USER=${DB_USER}
redis:
image: redis:6.0-alpine
image: redis:6.2-alpine
networks: *internalNetwork
healthcheck:
test: ["CMD", "redis-cli", "ping"]