Target new skyd repo

This commit is contained in:
PJ 2021-03-18 16:36:29 +01:00
parent 44bea8aef1
commit 18cca5c256
No known key found for this signature in database
GPG Key ID: F345964979FA8971
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ENV GOARCH amd64
ARG branch=master
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
RUN git clone https://gitlab.com/skynetlabs/skyd.git --single-branch --branch ${branch}
RUN make release --directory Sia
FROM nebulouslabs/sia:1.5.4