From d2cc98eadf3c254264d62a4e562f68440a6950bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:59:32 +0000 Subject: [PATCH] Update postgres Docker tag to v18 --- src/apps/postiz.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/postiz.ts b/src/apps/postiz.ts index e471a1b..4aeae34 100644 --- a/src/apps/postiz.ts +++ b/src/apps/postiz.ts @@ -38,7 +38,7 @@ await ingress(app.services.postiz, { app.services.postgres = { // renovate: datasource=docker depName=postgres - image: 'postgres:17', + image: 'postgres:18', container_name: 'postgres', restart: 'always', environment: {