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: services:
postgres: postgres:
image: postgres:17 image: postgres:18
credentials: credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}

View File

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

View File

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

View File

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

View File

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

View File

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