chore(deps): update postgres docker tag to v18
Some checks failed
CI / backend-tests (pull_request) Failing after 1m25s
CI / frontend-tests (pull_request) Successful in 28s

This commit is contained in:
Renovate Bot
2026-03-20 23:02:15 +00:00
parent 3881971214
commit c2265e5c0c
4 changed files with 4 additions and 4 deletions

View File

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