core: bump library/postgres from 16 to 18 in /scripts (#23812)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-09 16:48:40 +02:00
committed by GitHub
parent b38ed7d141
commit 2e2eb3920c

View File

@@ -1,7 +1,7 @@
services:
postgresql:
container_name: postgres
image: docker.io/library/postgres:16
image: docker.io/library/postgres:18
volumes:
- db-data:/var/lib/postgresql/data
environment: