update sia image to use as builder
This commit is contained in:
parent
c7cfff728d
commit
5e735c519b
|
@ -8,6 +8,6 @@ ARG branch=master
|
||||||
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
|
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
|
||||||
RUN make release --directory Sia
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:1.5.0.4
|
FROM nebulouslabs/sia:1.5.3
|
||||||
|
|
||||||
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/
|
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/
|
||||||
|
|
Reference in New Issue