chore(deps): update postgres docker tag to v16 (#242)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-11-15 11:14:43 -07:00 committed by GitHub
parent 06278d7e9a
commit e4fc50d5e5
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.13
image: postgres:16.1
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres

View File

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

View File

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