Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ghostfolio to version 2.107.1 #1472

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in ghostfolio/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
APP_PORT: 3334

server:
image: ghostfolio/ghostfolio:2.106.0@sha256:097aa6bc20d2e8789f2022ce9407e08e4846524488c66108f5382649f51bb093
image: ghostfolio/ghostfolio:2.107.1@sha256:5ba109cf70197e25db45606bd6e0613df1149dbcc7446b3d1fae35d8452b212b
init: true
restart: on-failure
environment:
Expand Down
3 changes: 2 additions & 1 deletion ghostfolio/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: ghostfolio
category: finance
name: Ghostfolio
version: "2.106.0"
version: "2.107.1"
tagline: Manage your wealth like a boss
description: >-
Ghostfolio is a privacy-first, open source dashboard for your personal finances.
Expand Down Expand Up @@ -38,6 +38,7 @@ releaseNotes: >
- Improved caching of the portfolio snapshot
- Improved language localization for Polish
- Fixed issues in the view mode toggle of the holdings tab and on the portfolio activities page
- Fixed an issue in the activities filters


Full release notes are found at https://github.com/ghostfolio/ghostfolio/releases.
Expand Down