Merge pull request 'Update postgres Docker tag to v18' (#6) from renovate/postgres-18.x into main

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2025-12-04 10:18:28 +00:00

View File

@@ -1,7 +1,7 @@
services:
db:
image: postgres:17-alpine
image: postgres:18-alpine
init: true
environment:
POSTGRES_DB: "gaehsnitzdb"