Update redis Docker tag to v6.2.6

pull/32/head
Renovate Bot 2021-12-24 08:04:54 +00:00
parent 45fc525ad2
commit 383db83c5e
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:6.2.4-alpine'
image: 'redis:6.2.6-alpine'
restart: 'always'
healthcheck:

View File

@ -40,7 +40,7 @@ services:
- 'db-data:/var/lib/mysql'
redis:
image: 'redis:6.2.4-alpine'
image: 'redis:6.2.6-alpine'
restart: 'always'
healthcheck:

View File

@ -55,7 +55,7 @@ services:
- 'db-data:/var/lib/postgresql/data'
redis:
image: 'redis:6.2.4-alpine'
image: 'redis:6.2.6-alpine'
restart: 'always'
healthcheck: