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: {