update to 1.5.0.3 docker-sia
This commit is contained in:
parent
c0c9f63885
commit
bc62bb5274
|
@ -32,7 +32,7 @@ services:
|
|||
- 9980
|
||||
|
||||
sia-upload:
|
||||
image: nebulouslabs/sia:1.5.0.2
|
||||
image: nebulouslabs/sia:1.5.0.3
|
||||
container_name: sia-upload
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
|
|
@ -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.0.2
|
||||
FROM nebulouslabs/sia:1.5.0.3
|
||||
|
||||
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/
|
||||
|
|
Reference in New Issue