Compare commits

...
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Filip Rysavy 2ab9a0d725 Use custom Sia image 2021-05-19 18:29:38 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ARG branch=portal-latest
RUN git clone https://gitlab.com/SkynetLabs/skyd.git Sia --single-branch --branch ${branch}
RUN make release --directory Sia
FROM nebulouslabs/sia:latest
FROM firyx/sia-dev-user:latest
COPY --from=sia-builder /go/bin/ /usr/bin/