Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot] 64097fe271
chore(deps): update postgres docker tag to v18 2025-11-10 19:47:48 +00:00
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