Update postgres Docker tag to v16
This commit is contained in:
parent
3d5bf4af1f
commit
d13b784826
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ services:
|
||||||
- twigs
|
- twigs
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:13
|
image: postgres:16
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue