use 1.5.0.4 with fixed logrotate
This commit is contained in:
parent
44d97aec57
commit
f9722f2974
|
@ -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.3
|
FROM nebulouslabs/sia:1.5.0.4
|
||||||
|
|
||||||
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