chore(deps): update actualbudget/actual-server docker tag to v23.9.0 (#1130)

This commit is contained in:
renovate[bot] 2023-09-08 06:42:59 +00:00 committed by GitHub
parent 8901d46efa
commit fc533d05e8
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,
"port": 8011,
"id": "actual-budget",
"tipi_version": 9,
"version": "23.8.1",
"tipi_version": 10,
"version": "23.9.0",
"categories": [
"finance"
],

View File

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