From f370e17a544c9fd7af117611036cb9b0b7a25d1d Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 1 Jul 2016 03:26:56 +0700 Subject: [PATCH] Update CentOS Dockerfile [ci skip] --- docker/centos/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/centos/Dockerfile b/docker/centos/Dockerfile index ea0571cca..9fd33f4ff 100644 --- a/docker/centos/Dockerfile +++ b/docker/centos/Dockerfile @@ -20,7 +20,7 @@ g++ -v # build parity RUN git clone https://github.com/ethcore/parity && \ cd parity&&\ - git checkout master && \ + git checkout beta && \ git pull && \ ls -a&&\ cargo build --release --verbose && \