Skip to content

Commit

Permalink
Pull the latest Protobuf sources before checking out the release.
Browse files Browse the repository at this point in the history
The protoc-artifacts may have been created at previous release, which
may not contain the latest Protobuf release.
  • Loading branch information
zhangkun83 committed Aug 13, 2015
1 parent 0c7466c commit 89d7975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM protoc-artifacts:latest

RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \
git pull && \
git checkout v3.0.0-alpha-3.1 && \
./autogen.sh && \
CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \
Expand Down

0 comments on commit 89d7975

Please sign in to comment.