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

This commit is contained in:
renovate[bot] 2024-05-03 17:17:05 +00:00 committed by GitHub
parent 2ae1cec540
commit 0c5dc17c52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8011,
"id": "actual-budget",
"tipi_version": 18,
"version": "24.4.0",
"tipi_version": 19,
"version": "24.5.0",
"categories": [
"finance"
],

View File

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