aboutsummaryrefslogtreecommitdiff
path: root/compiler/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Dockerfile')
-rw-r--r--compiler/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Dockerfile b/compiler/Dockerfile
index d5e0cf650..c873b75ad 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.3.1 && \
+ git checkout v3.4.0 && \
./autogen.sh && \
CXXFLAGS=-m32 ./configure --disable-shared --prefix=/protobuf-32 && \
make clean && make -j$(nproc) && make -j$(nproc) install"'