From f9722f297450dfb37713972367bceeb0f45dc918 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 16 Oct 2020 17:01:13 +0200 Subject: [PATCH] use 1.5.0.4 with fixed logrotate --- docker/sia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/