chore(deps): update postgres docker tag to v18

This commit is contained in:
renovate[bot]
2025-12-15 16:51:52 +00:00
committed by GitHub
parent 6ca3b0d55c
commit a2029a1ffc
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