commit | a251171850fcc1fe6873b0560e38d399f0ac69ab | [log] [tgz] |
---|---|---|
author | Kun Zhang <zhangkun@google.com> | Fri Jun 05 14:55:26 2015 -0700 |
committer | Kun Zhang <zhangkun@google.com> | Fri Jun 05 16:27:17 2015 -0700 |
tree | 13f6e4851c106f131f43cc511655cf0bb3a50902 | |
parent | cd2bc1e9f00ab80faf11750c53c04fd15fc9fb68 [diff] [blame] |
Upgrade to protobuf-3.0.0-alpha-3
diff --git a/compiler/Dockerfile b/compiler/Dockerfile index 4994f64..84df560 100644 --- a/compiler/Dockerfile +++ b/compiler/Dockerfile
@@ -1,7 +1,7 @@ FROM protoc-artifacts:latest RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \ - git checkout v3.0.0-alpha-2 && \ + git checkout v3.0.0-alpha-3 && \ ./autogen.sh && \ CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \ make clean && make && make install"'