diff --git a/lightningd/Dockerfile b/lightningd/Dockerfile index 2db94a4..d8df184 100644 --- a/lightningd/Dockerfile +++ b/lightningd/Dockerfile @@ -42,7 +42,7 @@ RUN apk add \ pkgconf \ sqlite-dev -RUN git clone -b 2023-09-gnuc-version --recurse-submodules https://github.com/ksedgwic/clboss.git /clboss && \ +RUN git clone --recurse-submodules https://github.com/ZmnSCPxj/clboss.git /clboss && \ cd /clboss && \ autoreconf -i && \ ./configure --prefix=/usr && \