Merge pull request 'Update redis Docker tag to v6.2.4' (#25) from renovate/redis-6.x into master

Reviewed-on: https://git.roosens.me/Chewing_Bever/self-hosting/pulls/25
master
Jef Roosens 2021-06-03 15:55:14 +02:00
commit 45fc525ad2
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.3-alpine'
image: 'redis:6.2.4-alpine'
restart: 'always'
healthcheck:

View File

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

View File

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