Skip to content

Commit 1ecf560

Browse files
authored
Update Dockerfile
1 parent 841df47 commit 1ecf560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ RUN printf "[[ -d /shared/bitcoin ]] || \
2828
git clone -b \$1 --depth 1 \$2 /shared/bitcoin && \
2929
cd /shared/gitian-builder; \
3030
./bin/gbuild --skip-image --commit bitcoin=\$1 --url bitcoin=\$2 \$3" > /home/ubuntu/runit.sh
31-
CMD ["v0.12.1-bitcore-3","https://github.com/bitpay/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-osx.yml"]
31+
CMD ["v0.12.1-bitcore-3","https://github.com/bitpay/bitcoin.git","../bitcoin/contrib/gitian-descriptors/gitian-linux.yml"]
3232
ENTRYPOINT ["bash", "/home/ubuntu/runit.sh"]

0 commit comments

Comments
 (0)