Merge pull request #647 from NebulousLabs/update-sia-version
update to 1.5.5
This commit is contained in:
commit
b6adc9fa91
|
@ -22,7 +22,7 @@ services:
|
||||||
context: ./docker/sia
|
context: ./docker/sia
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
branch: v1.5.4
|
branch: v1.5.5
|
||||||
container_name: sia
|
container_name: sia
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
|
@ -8,7 +8,7 @@ ARG branch=master
|
||||||
RUN git clone https://gitlab.com/skynetlabs/skyd.git Sia --single-branch --branch ${branch}
|
RUN git clone https://gitlab.com/skynetlabs/skyd.git Sia --single-branch --branch ${branch}
|
||||||
RUN make release --directory Sia
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:1.5.4
|
FROM nebulouslabs/sia:1.5.5
|
||||||
|
|
||||||
COPY --from=sia-builder /go/bin/skyd /usr/bin/siad
|
COPY --from=sia-builder /go/bin/skyd /usr/bin/siad
|
||||||
COPY --from=sia-builder /go/bin/skyc /usr/bin/siac
|
COPY --from=sia-builder /go/bin/skyc /usr/bin/siac
|
||||||
|
|
Reference in New Issue