Update to 2.1.29

This commit is contained in:
alexbelgium
2021-12-23 01:57:39 +01:00
parent 7ba5b7256d
commit 11e7f5d20d
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 2.1.29 (23-12-2021)
- Update to latest version from anthonyraymond/joal
## 2.1.28 (14-12-2021)
- Update to latest version from anthonyraymond/joal
- New standardized logic for Dockerfile build and packages installation

View File

@@ -14,7 +14,7 @@
#################
ARG BUILD_FROM
ARG BUILD_UPSTREAM="2.1.28"
ARG BUILD_UPSTREAM="2.1.29"
FROM anthonyraymond/joal:$BUILD_UPSTREAM
##################
@@ -52,7 +52,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.28"
ARG BUILD_UPSTREAM="2.1.29"
################
# 4 Entrypoint #

View File

@@ -38,8 +38,8 @@
},
"slug": "joal",
"startup": "services",
"upstream": "2.1.28",
"upstream": "2.1.29",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "2.1.28",
"version": "2.1.29",
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
}