chore(deps): update actualbudget/actual-server docker tag to v24 (#1987)

* chore(deps): update actualbudget/actual-server docker tag to v24

* Update app version [ready]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tipi CI <ci@runtipi.io>
This commit is contained in:
renovate[bot] 2024-01-07 15:07:43 +01:00 committed by GitHub
parent 3563ac259a
commit 0c8b252efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8011, "port": 8011,
"id": "actual-budget", "id": "actual-budget",
"tipi_version": 14, "tipi_version": 15,
"version": "23.12.1", "version": "24.1.0",
"categories": [ "categories": [
"finance" "finance"
], ],

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
actual-budget: actual-budget:
container_name: actual-budget container_name: actual-budget
image: actualbudget/actual-server:23.12.1 image: actualbudget/actual-server:24.1.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:5006 - ${APP_PORT}:5006