Updater bot : fireflyiii updated to 5.7.5

This commit is contained in:
alexbelgium
2022-05-10 01:56:17 +02:00
parent b7be73e65e
commit fbb4b311fc
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 5.7.5 (10-05-2022)
- Update to latest version from firefly-iii/firefly-iii
## 5.7.5 (05-05-2022)
- Update to latest version from firefly-iii/firefly-iii

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="5.7.4"
ARG BUILD_UPSTREAM="5.7.5"
FROM fireflyiii/core:version-$BUILD_UPSTREAM
##################

View File

@@ -45,6 +45,6 @@
],
"slug": "fireflyiii",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7.4",
"version": "5.7.5",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -1,8 +1,8 @@
{
"last_update": "05-05-2022",
"last_update": "10-05-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "5.7.4"
"upstream_version": "5.7.5"
}