upgrade sia to 1.5.4 (#582)

* upgrade sia to 1.5.4

* bump builder image
This commit is contained in:
Karol Wypchło 2021-01-13 12:42:49 +01:00 committed by GitHub
parent 2d23066c4e
commit 83a2170afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ services:
context: ./docker/sia
dockerfile: Dockerfile
args:
branch: v1.5.3
branch: v1.5.4
container_name: sia
restart: unless-stopped
logging: *default-logging

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.3
FROM nebulouslabs/sia:1.5.4
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/