From 038ef2b3c30c2d7f8cb57ea78fbddbb223562510 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 1 Jul 2016 03:29:45 +0700 Subject: [PATCH] Update Ubuntu Dockerfile [ci skip] --- docker/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 6c80238a1..4c82e1ecc 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -27,7 +27,7 @@ g++ -v # build parity RUN git clone https://github.com/ethcore/parity && \ cd parity && \ - git checkout master && \ + git checkout beta && \ git pull && \ cargo build --release --verbose && \ ls /build/parity/target/release/parity && \