From 306f448adf087ede3d0032875217ee5c30d26435 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 08:05:58 +0000 Subject: [PATCH] chore: upgrade to 1.3.0+6.43.1-alpine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade ghost image from 6.21.2-alpine to 6.43.1-alpine (same major, no breaking changes). Keep MySQL at 8.0 — Ghost only supports MySQL 8 in production; MySQL 9 is not supported. --- compose.yml | 4 ++-- release/1.3.0+6.43.1-alpine | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 release/1.3.0+6.43.1-alpine diff --git a/compose.yml b/compose.yml index 38c60b7..143561e 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghost:6.21.2-alpine + image: ghost:6.43.1-alpine environment: # see https://ghost.org/docs/config/#configuration-options database__client: mysql @@ -51,7 +51,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true" - "backupbot.backup=true" - "backupbot.backup.path=/var/lib/ghost/content" - - "coop-cloud.${STACK_NAME}.version=1.2.0+6.21.2-alpine" + - "coop-cloud.${STACK_NAME}.version=1.3.0+6.43.1-alpine" healthcheck: test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"] interval: 30s diff --git a/release/1.3.0+6.43.1-alpine b/release/1.3.0+6.43.1-alpine new file mode 100644 index 0000000..28b2186 --- /dev/null +++ b/release/1.3.0+6.43.1-alpine @@ -0,0 +1 @@ +upgrade ghost image from 6.21.2-alpine to 6.43.1-alpine (within-major, no breaking changes)