Merge pull request #95 from meienberger/renovate/ghost-5.x

chore(deps): update ghost docker tag to v5.18.0
This commit is contained in:
Nicolas Meienberger 2022-10-14 18:31:41 +02:00 committed by GitHub
commit a559f473af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,9 +5,12 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 2, "tipi_version": 3,
"version": "5.7.0", "version": "5.18.0",
"categories": ["social", "media"], "categories": [
"social",
"media"
],
"description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.", "description": "Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.",
"short_desc": "Ghost - Turn your audience into a business.", "short_desc": "Ghost - Turn your audience into a business.",
"author": "TryGhost", "author": "TryGhost",

View File

@ -3,7 +3,7 @@ version: '3.9'
services: services:
ghost: ghost:
image: ghost:5.7.0 image: ghost:5.18.0
container_name: ghost container_name: ghost
depends_on: depends_on:
- ghostdb - ghostdb