Update redis Docker tag to v6.2

This commit is contained in:
Renovate Bot 2021-06-08 07:01:47 +00:00
parent f8eb7257c8
commit 32588f45f7
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"]