build(deps): update postgres docker tag to v13 (#1987)
parent
cf63f84753
commit
f97c0df929
|
@ -2,7 +2,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12
|
||||
image: postgres:13
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=password
|
||||
- POSTGRES_USER=admin
|
||||
|
|
Loading…
Reference in New Issue