Merge pull request #641 from NebulousLabs/pj/update-repo
pull from `skyd`
This commit is contained in:
commit
9c8131c83c
|
@ -5,7 +5,7 @@ ENV GOARCH amd64
|
||||||
|
|
||||||
ARG branch=master
|
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
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:1.5.4
|
FROM nebulouslabs/sia:1.5.4
|
||||||
|
|
Reference in New Issue