upgrade sia to 1.5.4 (#582)
* upgrade sia to 1.5.4 * bump builder image
This commit is contained in:
parent
2d23066c4e
commit
83a2170afc
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Reference in New Issue