build(deps): update postgres docker tag to v15 (#4182)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/4180/head
renovate[bot] 2022-10-15 11:51:02 +11:00 committed by GitHub
parent 3a5113c14a
commit c6e1197750
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:14
image: postgres:15
environment:
- POSTGRES_PASSWORD=password
- POSTGRES_USER=admin