Update postgres Docker tag to v16.2 (#281)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-13 18:27:16 -07:00 committed by GitHub
parent 90d282fe39
commit 093c41c940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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