Update CentOS Dockerfile

[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-07-01 03:26:56 +07:00 committed by GitHub
parent 30f2e8f60c
commit f370e17a54
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \