chore(deps): update ghostfolio/ghostfolio docker tag to v2.17.0 (#1518)

This commit is contained in:
renovate[bot] 2023-11-02 21:46:11 +00:00 committed by GitHub
parent d3478691f9
commit b0f3992fe9
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,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 13,
"version": "2.16.0",
"tipi_version": 14,
"version": "2.17.0",
"categories": [
"finance"
],
@ -44,5 +44,8 @@
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
}
],
"supported_architectures": ["arm64", "amd64"]
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
ghostfolio:
container_name: ghostfolio
image: ghostfolio/ghostfolio:2.16.0
image: ghostfolio/ghostfolio:2.17.0
restart: unless-stopped
ports:
- ${APP_PORT}:3333