From d954bc2a51cfedbc2613555e68d76b2ed79e9a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Strza=C5=82kowski?= Date: Fri, 4 Nov 2016 10:18:18 -0700 Subject: [PATCH] Typo in version number 3.10 -> 3.1 --- compiler/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Dockerfile b/compiler/Dockerfile index b04c0c3dde..af3036e327 100644 --- a/compiler/Dockerfile +++ b/compiler/Dockerfile @@ -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"'