chore(deps): update postgres docker tag to v18
All checks were successful
CI / backend-tests (pull_request) Successful in 26s
CI / frontend-tests (pull_request) Successful in 30s

This commit is contained in:
Renovate Bot
2026-03-21 10:49:30 +00:00
parent 993cd25fbb
commit bcc0239f6a
4 changed files with 4 additions and 4 deletions

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}