Typo in version number

3.10 -> 3.1
This commit is contained in:
Łukasz Strzałkowski 2016-11-04 10:18:18 -07:00 committed by ZHANG Dapeng
parent 636b43b871
commit d954bc2a51
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM protoc-artifacts:latest
RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \
git fetch && \
git checkout v3.10 && \
git checkout v3.1.0 && \
./autogen.sh && \
CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \
make clean && make -j$(nproc) && make -j$(nproc) install"'