build(deps): update postgres docker tag to v14 (#2430)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2432/head
renovate[bot] 2021-10-01 11:03:06 +10:00 committed by GitHub
parent 19aff56748
commit 28e702f5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: "3" version: "3"
services: services:
postgres: postgres:
image: postgres:13 image: postgres:14
environment: environment:
- POSTGRES_PASSWORD=password - POSTGRES_PASSWORD=password
- POSTGRES_USER=admin - POSTGRES_USER=admin