diff --git a/blueprints/ghost/docker-compose.yml b/blueprints/ghost/docker-compose.yml index 33c47f7f..558e8fea 100644 --- a/blueprints/ghost/docker-compose.yml +++ b/blueprints/ghost/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: ghost: - image: ghost:5-alpine + image: ghost:6-alpine restart: always environment: database__client: mysql diff --git a/meta.json b/meta.json index 381edc6b..5adfbd79 100644 --- a/meta.json +++ b/meta.json @@ -375,7 +375,7 @@ { "id": "ghost", "name": "Ghost", - "version": "5.0.0", + "version": "6.0.0", "description": "Ghost is a free and open source, professional publishing platform built on a modern Node.js technology stack.", "logo": "ghost.jpeg", "links": {