chore(deps): update actualbudget/actual-server docker tag to v23.5.0 (#470)
* chore(deps): update actualbudget/actual-server docker tag to v23.5.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
7d7048fbaa
commit
f8f6f51d5c
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8011,
|
||||
"id": "actual-budget",
|
||||
"tipi_version": 1,
|
||||
"version": "23.4.2",
|
||||
"tipi_version": 2,
|
||||
"version": "23.5.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
actual-budget:
|
||||
container_name: actual-budget
|
||||
image: actualbudget/actual-server:23.4.2
|
||||
image: actualbudget/actual-server:23.5.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:5006
|
||||
|
|
Loading…
Reference in New Issue
Block a user