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