diff --git a/compiler/Dockerfile b/compiler/Dockerfile index 1ffccb5960..32c485046c 100644 --- a/compiler/Dockerfile +++ b/compiler/Dockerfile @@ -1,6 +1,7 @@ FROM protoc-artifacts:latest RUN scl enable devtoolset-1.1 'bash -c "cd /protobuf && \ + git fetch && \ git checkout v3.0.0-alpha-3.1 && \ ./autogen.sh && \ CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \