update to 1.5.5
This commit is contained in:
parent
387ab92270
commit
7ec5e5106f
|
@ -22,7 +22,7 @@ services:
|
|||
context: ./docker/sia
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
branch: v1.5.4
|
||||
branch: v1.5.5
|
||||
container_name: sia
|
||||
restart: unless-stopped
|
||||
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 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/skyc /usr/bin/siac
|
||||
|
|
Reference in New Issue