Skip to content

Commit

Permalink
chore(deps): update ghost docker tag to v5.109.0 (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 0be95dd commit afa7dd8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions apps/ghost-dev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "ghost-dev",
"tipi_version": 44,
"version": "5.108.2",
"tipi_version": 45,
"version": "5.109.0",
"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.",
"short_desc": "Ghost - Turn your audience into a business.",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1738302265000
"updated_at": 1738400442000
}
2 changes: 1 addition & 1 deletion apps/ghost-dev/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "ghost-dev",
"image": "ghost:5.108.2",
"image": "ghost:5.109.0",
"isMain": true,
"internalPort": 2368,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ghost-dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
ghost-dev:
container_name: ghost-dev
image: ghost:5.108.2
image: ghost:5.109.0
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data:/var/lib/ghost/content
Expand Down
6 changes: 3 additions & 3 deletions apps/ghost/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost",
"tipi_version": 137,
"version": "5.108.2",
"tipi_version": 138,
"version": "5.109.0",
"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.",
"short_desc": "Ghost - Turn your audience into a business.",
Expand Down Expand Up @@ -58,5 +58,5 @@
"supported_architectures": ["arm64", "amd64"],
"dynamic_config": true,
"created_at": 1691943801422,
"updated_at": 1738302267000
"updated_at": 1738400444000
}
2 changes: 1 addition & 1 deletion apps/ghost/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "ghost",
"image": "ghost:5.108.2",
"image": "ghost:5.109.0",
"dependsOn": ["ghostdb"],
"internalPort": 2368,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ghost/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
ghost:
image: ghost:5.108.2
image: ghost:5.109.0
container_name: ghost
depends_on:
- ghostdb
Expand Down

0 comments on commit afa7dd8

Please sign in to comment.