From ddacca92a74d0e4c7d0b4341e3e8f7885d5211f4 Mon Sep 17 00:00:00 2001 From: Marchandise Rudy Date: Sun, 25 Sep 2022 19:13:04 +0200 Subject: [PATCH 1/2] fix(inadyn): go modules management related to https://github.com/alexbelgium/hassio-addons/issues/491 --- inadyn/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 689e01f28..1e2df6a69 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -82,6 +82,7 @@ RUN apk add --no-cache \ build-base\ git\ go &&\ + go env -w GO111MODULE=off &&\ go get -u github.com/quantumew/mustache-cli &&\ cp "$GOPATH"/bin/* /usr/bin/ && \ rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\ From efe9aae39750f293fdd0cd60b3135333f8dbddf9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:46:16 +0200 Subject: [PATCH 2/2] Update config.json --- inadyn/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inadyn/config.json b/inadyn/config.json index b710bd814..6795f51e8 100644 --- a/inadyn/config.json +++ b/inadyn/config.json @@ -54,5 +54,5 @@ }, "slug": "inadyn", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.9.1-6" + "version": "2.9.1-7" }