Update postgres Docker tag to v13.3
This commit is contained in:
parent
6ba4666719
commit
ff4f26d245
4 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ services:
|
|||
- 'nginx'
|
||||
|
||||
db:
|
||||
image: 'postgres:13.2-alpine'
|
||||
image: 'postgres:13.3-alpine'
|
||||
restart: 'always'
|
||||
|
||||
healthcheck:
|
||||
|
|
|
|||
Reference in a new issue