From cfe0cea8d7467bca327607cfd7f99f869d6ffb80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 03:49:31 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20do?= =?UTF-8?q?cker.io/postgres=20Docker=20tag=20to=20v18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orm/db.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/db.Containerfile b/orm/db.Containerfile index 0405f58d..5e0c191a 100644 --- a/orm/db.Containerfile +++ b/orm/db.Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/postgres:17 +FROM docker.io/postgres:18 ENV POSTGRES_USER=n8w8adm ENV POSTGRES_PASSWORD=n8w8admpw ENV POSTGRES_DB=n8w8db