base: Bump ninja version to 1.6.0.

This commit is contained in:
Matt McCormick 2015-07-22 23:36:28 -04:00
parent 08b4040d80
commit 44be5ec8b8

View File

@ -44,7 +44,7 @@ WORKDIR /usr/src
# Build and install Ninja from source
RUN git clone https://github.com/martine/ninja.git && \
cd ninja && \
git checkout v1.5.3 && \
git checkout v1.6.0 && \
python ./configure.py --bootstrap && \
./ninja && \
cp ./ninja /usr/bin/