update to 1.5.0.3 docker-sia

This commit is contained in:
Karol Wypchlo 2020-09-15 12:38:03 +02:00
parent c0c9f63885
commit bc62bb5274
2 changed files with 2 additions and 2 deletions

View File

@ -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:

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