diff --git a/Apps/ghost/config.json b/Apps/ghost/config.json index f84b7e530..db3cecc22 100644 --- a/Apps/ghost/config.json +++ b/Apps/ghost/config.json @@ -1,6 +1,6 @@ { "id": "ghost", - "version": "5.82.11-alpine", + "version": "5.82.12-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 07970e58f..a37a04674 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.82.11-alpine + image: ghost:5.82.12-alpine # Restart policy for the service restart: on-failure # Networks used by the service