Merge remote-tracking branch 'origin/master' into sevey/health-check-additions
This commit is contained in:
commit
fd4aadaade
|
@ -28,7 +28,7 @@ services:
|
||||||
- 9980
|
- 9980
|
||||||
|
|
||||||
sia-upload:
|
sia-upload:
|
||||||
image: nebulouslabs/sia:alpine-1.5.0
|
image: nebulouslabs/sia:1.5.0.2
|
||||||
container_name: sia-upload
|
container_name: sia-upload
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -8,6 +8,6 @@ ARG branch=master
|
||||||
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
|
RUN git clone https://gitlab.com/NebulousLabs/Sia.git --single-branch --branch ${branch}
|
||||||
RUN make release --directory Sia
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:alpine-1.5.0
|
FROM nebulouslabs/sia:1.5.0.2
|
||||||
|
|
||||||
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/
|
COPY --from=sia-builder /go/bin/siac /go/bin/siad /usr/bin/
|
||||||
|
|
Reference in New Issue