build(deps): update postgres docker tag to v14 (#2430)
Co-authored-by: Renovate Bot <bot@renovateapp.com>pull/2432/head
parent
19aff56748
commit
28e702f5c8
|
@ -2,7 +2,7 @@
|
|||
version: "3"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13
|
||||
image: postgres:14
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=password
|
||||
- POSTGRES_USER=admin
|
||||
|
|
Loading…
Reference in New Issue