diff --git a/docker/sia/Dockerfile b/docker/sia/Dockerfile index 91b19037..ee6a9104 100644 --- a/docker/sia/Dockerfile +++ b/docker/sia/Dockerfile @@ -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.3 +FROM nebulouslabs/sia:1.5.0.4 COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/