chore(deps): update postgres docker tag to v18

This commit is contained in:
renovate[bot] 2025-11-10 19:47:48 +00:00 committed by GitHub
parent 8bb50ee019
commit 64097fe271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ jobs:
services:
postgres:
image: postgres:17
image: postgres:18
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@ -21,7 +21,7 @@ jobs:
services:
postgres:
image: postgres:17
image: postgres:18
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@ -56,7 +56,7 @@ jobs:
services:
postgres:
image: postgres:17-alpine
image: postgres:18-alpine
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

@ -1,7 +1,7 @@
# Docker Compose configuration for development with hot-reloading
services:
postgres:
image: postgres:17-alpine
image: postgres:18-alpine
environment:
POSTGRES_USER: readur
POSTGRES_PASSWORD: readur

View File

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

View File

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