From 90a8f0561af5a53e591349bd5350dd4ccc04f750 Mon Sep 17 00:00:00 2001 From: AAPohl <82733706+AAPohl@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:22:02 +0100 Subject: [PATCH] changed to smartHomeNG dev --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 571cdfa..8b504a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,8 +20,8 @@ ARG SHNG_VER_CORE="v1.10.0" \ WORKDIR /usr/local/smarthome RUN set -eux; \ # clone SmarthomeNG - git -c advice.detachedHead=false clone --single-branch --branch $SHNG_VER_CORE \ - https://github.com/smarthomeNG/smarthome.git .; \ + git -c advice.detachedHead=false clone --single-branch --branch master \ + https://github.com/AAPohl/smarthomeLoggingFix.git .; \ git -c advice.detachedHead=false clone --single-branch --branch $SHNG_VER_PLGN \ https://github.com/smarthomeNG/plugins.git plugins; \ # remove git files - not usefull inside a container