Skip to content

Commit

Permalink
chore(deps): update ghostfolio/ghostfolio docker tag to v2.109.0 (#4927)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 21, 2024
1 parent 576a365 commit 185fb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/ghostfolio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 110,
"version": "2.108.0",
"tipi_version": 111,
"version": "2.109.0",
"categories": ["finance"],
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"short_desc": "Open Source Wealth Management Software.",
Expand Down Expand Up @@ -44,5 +44,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726642067000
"updated_at": 1726950142000
}
2 changes: 1 addition & 1 deletion apps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
ghostfolio:
container_name: ghostfolio
image: ghostfolio/ghostfolio:2.108.0
image: ghostfolio/ghostfolio:2.109.0
restart: unless-stopped
ports:
- ${APP_PORT}:3333
Expand Down

0 comments on commit 185fb1a

Please sign in to comment.