From d77adba4698bd40ef2a2eb7b19a76b035b384d88 Mon Sep 17 00:00:00 2001 From: notplants <@notplants> Date: Mon, 15 Jun 2026 17:22:31 +0000 Subject: [PATCH] chore: use pgautoupgrade postgres 18 to match upstream coop-cloud/plausible#10 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 758d9de..ca1e152 100644 --- a/compose.yml +++ b/compose.yml @@ -37,7 +37,7 @@ services: - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - coop-cloud.${STACK_NAME}.version=3.1.0+v2.0.0 db: - image: pgautoupgrade/pgautoupgrade:16-alpine + image: pgautoupgrade/pgautoupgrade:18-alpine volumes: - db-data:/var/lib/postgresql/data environment: