update sia image to use as builder

This commit is contained in:
Karol Wypchlo 2020-11-18 17:10:04 +01:00
parent c7cfff728d
commit 5e735c519b
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ ARG branch=master
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
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/