Skip to content

Commit

Permalink
chore(deps): update ghostfolio/ghostfolio docker tag to v2.139.1 (#6787)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 221fffb commit e1fa16f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/ghostfolio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "ghostfolio",
"tipi_version": 142,
"version": "2.139.0",
"tipi_version": 143,
"version": "2.139.1",
"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 @@ -45,5 +45,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739625500000
"updated_at": 1739644854000
}
2 changes: 1 addition & 1 deletion apps/ghostfolio/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "ghostfolio",
"image": "ghostfolio/ghostfolio:2.139.0",
"image": "ghostfolio/ghostfolio:2.139.1",
"isMain": true,
"internalPort": 3333,
"environment": {
Expand Down
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.139.0
image: ghostfolio/ghostfolio:2.139.1
restart: unless-stopped
ports:
- ${APP_PORT}:3333
Expand Down

0 comments on commit e1fa16f

Please sign in to comment.