Update postgres Docker tag to v14
This commit is contained in:
parent
45fc525ad2
commit
f0e0e23a2d
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Reference in a new issue