chore(deps): update postgres docker tag to v12.7

This commit is contained in:
Renovate Bot 2021-07-28 13:34:42 +00:00 committed by renovate[bot]
parent 1b026c800e
commit 2fb2720eb0

View file

@ -2,7 +2,7 @@ version: "3.4"
services: services:
db: db:
image: postgres:12.5 image: postgres:12.7
environment: environment:
POSTGRES_PASSWORD: listory POSTGRES_PASSWORD: listory
POSTGRES_USER: listory POSTGRES_USER: listory