build(deps): update postgres docker tag to v13 (#1987)

pull/1990/head
renovate[bot] 2021-05-08 00:40:58 +10:00 committed by GitHub
parent cf63f84753
commit f97c0df929
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"
services:
postgres:
image: postgres:12
image: postgres:13
environment:
- POSTGRES_PASSWORD=password
- POSTGRES_USER=admin