chore(deps): update postgres docker tag to v18 #66

Merged
TheFurya merged 1 commits from renovate/postgres-18.x into develop 2026-03-21 12:01:44 +01:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit bcc0239f6a - Show all commits

View File

@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16-alpine
image: postgres:18-alpine
ports:
- 5433:5432
env:

View File

@@ -20,7 +20,7 @@ services:
restart: unless-stopped
db:
image: postgres:16-alpine
image: postgres:18-alpine
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}

View File

@@ -1,6 +1,6 @@
services:
test-db:
image: postgres:16-alpine
image: postgres:18-alpine
ports:
- "5433:5432"
environment:

View File

@@ -43,7 +43,7 @@ services:
restart: unless-stopped
db:
image: postgres:16-alpine
image: postgres:18-alpine
ports:
- "5432:5432"
environment: