Update to 2.1.26

This commit is contained in:
alexbelgium
2021-07-18 01:56:40 +02:00
parent 82c4d24766
commit ededa42fd4
3 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 2.1.26 (18-07-2021)
- Update to latest version from anthonyraymond/joal
- config exposed in /config/joal - config exposed in /config/joal
## 2.1.24 ## 2.1.24

View File

@@ -5,7 +5,7 @@ FROM $BUILD_FROM
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.24" ARG BUILD_UPSTREAM="2.1.26"
RUN \ RUN \
#Install bashio #Install bashio

View File

@@ -1,7 +1,7 @@
{ {
"name": "Joal", "name": "Joal",
"version": "2.1.24-15", "version": "2.1.26",
"upstream": "2.1.24", "upstream": "2.1.26",
"slug": "joal", "slug": "joal",
"description": "An open source command line RatioMaster with WebUI", "description": "An open source command line RatioMaster with WebUI",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",