Update postgres Docker tag to v13.5
This commit is contained in:
parent
45fc525ad2
commit
293e1722ac
4 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ services:
|
|||
- '/etc/localtime:/etc/localtime:ro'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.3-alpine'
|
||||
image: 'postgres:13.5-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
|
|
|||
Reference in a new issue