From 013a57bf849b2709c67113281423613d81b386f0 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Fri, 7 Jun 2024 14:45:19 +0200 Subject: [PATCH] FIX: fhem uses still master as main branch :( --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3ec7777..e681b86 100644 --- a/Containerfile +++ b/Containerfile @@ -28,7 +28,7 @@ RUN cd /usr/src; git clone https://github.com/xypron/sispmctl.git RUN cd /usr/src/sispmctl;./autogen.sh && ./configure --enable-webless RUN cd /usr/src/sispmctl;make; ls -al -RUN git clone https://github.com/fhem/fhem-mirror.git /fhem-src;cd /fhem-src;git checkout main +RUN git clone https://github.com/fhem/fhem-mirror.git /fhem-src;cd /fhem-src;git checkout master RUN git clone https://gitea.federationhq.de/byterazor/FHEM-NEWSISPM.git /NEWSISPM RUN git clone https://gitea.federationhq.de/byterazor/FHEM-NTFY.git /FHEM-NTFY RUN git clone https://gitea.federationhq.de/byterazor/FHEM-Lightcontrol.git /FHEM-Lightcontrol