diff --git a/Apps/ghost/config.json b/Apps/ghost/config.json index b6dbf6fc..9fd1887c 100644 --- a/Apps/ghost/config.json +++ b/Apps/ghost/config.json @@ -1,6 +1,6 @@ { "id": "ghost", - "version": "5.96.0-alpine", + "version": "5.96.1-alpine", "image": "ghost", "youtube": "https://youtu.be/oJZK9vH4W4Y", "docs_link": "", diff --git a/Apps/ghost/docker-compose.yml b/Apps/ghost/docker-compose.yml index a17f6b87..65497b0e 100644 --- a/Apps/ghost/docker-compose.yml +++ b/Apps/ghost/docker-compose.yml @@ -10,7 +10,7 @@ services: # Name of the container container_name: big-bear-ghost # Docker image to be used - image: ghost:5.96.0-alpine + image: ghost:5.96.1-alpine # Restart policy for the service restart: on-failure # Networks used by the service