chore(deps): update postgres docker tag to v13.12 (#235)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-09 21:37:36 -07:00 committed by GitHub
parent f3c25630a6
commit 473f27aea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
postgres:
image: postgres:13.3
image: postgres:13.12
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
postgres:
image: postgres:13.3
image: postgres:13.12
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
postgres:
image: postgres:13.3
image: postgres:13.12
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres