Merge pull request #19 from readur/renovate/postgres-17.x

chore(deps): update postgres docker tag to v17
This commit is contained in:
Jon Fuller 2025-06-22 17:43:18 -07:00 committed by GitHub
commit 6405002f00
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ jobs:
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -20,7 +20,7 @@ jobs:
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres

View File

@ -1,6 +1,6 @@
services:
postgres_test:
image: postgres:16-alpine
image: postgres:17-alpine
container_name: readur_postgres_test
environment:
POSTGRES_USER: readur_test

View File

@ -1,6 +1,6 @@
services:
postgres:
image: postgres:16-alpine
image: postgres:17-alpine
environment:
POSTGRES_USER: readur
POSTGRES_PASSWORD: readur