From 603c7887e89a44924bcea3f92bfdee5b4dfe4953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:15:37 +0000 Subject: [PATCH] chore(deps): update ghost docker tag to v5.108.1 (#857) --- how-to-install-ghost-on-dockge/docker-compose.yml | 2 +- how-to-install-ghost-on-portainer/docker-compose-ghost.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-install-ghost-on-dockge/docker-compose.yml b/how-to-install-ghost-on-dockge/docker-compose.yml index 48b31d5..d605142 100644 --- a/how-to-install-ghost-on-dockge/docker-compose.yml +++ b/how-to-install-ghost-on-dockge/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3 services: ghost: - image: ghost:5.107.2-alpine # Use the Ghost Docker image + image: ghost:5.108.1-alpine # Use the Ghost Docker image restart: on-failure # Restart the container on failure environment: - database__client=mysql # Set Ghost's database client to MySQL diff --git a/how-to-install-ghost-on-portainer/docker-compose-ghost.yml b/how-to-install-ghost-on-portainer/docker-compose-ghost.yml index 8fd0ac1..00fd6f7 100644 --- a/how-to-install-ghost-on-portainer/docker-compose-ghost.yml +++ b/how-to-install-ghost-on-portainer/docker-compose-ghost.yml @@ -2,7 +2,7 @@ version: "3" # Use Docker Compose version 3 services: ghost: - image: ghost:5.107.2-alpine # Use the Ghost Docker image + image: ghost:5.108.1-alpine # Use the Ghost Docker image restart: on-failure # Restart the container on failure environment: - database__client=mysql # Set Ghost's database client to MySQL