From 33d169c4edf7fdada8c6b20ed1730c1cf7de3d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Wypch=C5=82o?= Date: Thu, 18 Mar 2021 17:03:50 +0100 Subject: [PATCH] Update Dockerfile (#642) --- docker/sia/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/sia/Dockerfile b/docker/sia/Dockerfile index 60b81a00..037a43a3 100644 --- a/docker/sia/Dockerfile +++ b/docker/sia/Dockerfile @@ -5,7 +5,7 @@ ENV GOARCH amd64 ARG branch=master -RUN git clone https://gitlab.com/skynetlabs/skyd.git --single-branch --branch ${branch} +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