Update postgres Docker tag to v14

renovate/postgres-14.x
Renovate Bot 2021-12-24 08:05:17 +00:00
parent 45fc525ad2
commit f0e0e23a2d
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ services:
- 'upload:/var/www/html/storage/upload'
db:
image: 'postgres:13.3-alpine'
image: 'postgres:14.1-alpine'
restart: 'always'
healthcheck:

View File

@ -31,7 +31,7 @@ services:
- '/etc/localtime:/etc/localtime:ro'
db:
image: 'postgres:13.3-alpine'
image: 'postgres:14.1-alpine'
restart: 'always'
healthcheck:

View File

@ -25,7 +25,7 @@ services:
- 'nginx'
db:
image: 'postgres:13.3-alpine'
image: 'postgres:14.1-alpine'
restart: 'always'
healthcheck:

View File

@ -44,7 +44,7 @@ services:
- 'root:/var/www/html'
db:
image: 'postgres:13.3-alpine'
image: 'postgres:14.1-alpine'
restart: 'always'
environment: