chore(deps): update actualbudget/actual-server docker tag to v23.11.0 (#1525)
This commit is contained in:
parent
03834af93c
commit
8d9069420f
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8011,
|
||||
"id": "actual-budget",
|
||||
"tipi_version": 11,
|
||||
"version": "23.10.0",
|
||||
"tipi_version": 12,
|
||||
"version": "23.11.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
@ -15,5 +15,8 @@
|
|||
"author": "Shift Reset LLC",
|
||||
"source": "https://github.com/actualbudget/actual-server",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
actual-budget:
|
||||
container_name: actual-budget
|
||||
image: actualbudget/actual-server:23.10.0
|
||||
image: actualbudget/actual-server:23.11.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:5006
|
||||
|
|
Loading…
Reference in New Issue
Block a user