Skip to content

Commit 795976e

Browse files
authored
Trigger update of docker for new changes in protocolbuffers#2282. (protocolbuffers#2288)
1 parent e9d9e56 commit 795976e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jenkins/docker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ ENV MVN mvn --batch-mode
132132
RUN cd /tmp && \
133133
git clone https://github.com/google/protobuf.git && \
134134
cd protobuf && \
135+
git reset 734930f9197b7bc97c3c794c7a949fee2a08c280 && \
135136
./autogen.sh && \
136137
./configure && \
137138
make -j4 && \

jenkins/docker32/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN php -r "unlink('composer-setup.php');"
6464
RUN cd /tmp && \
6565
git clone https://github.com/google/protobuf.git && \
6666
cd protobuf && \
67+
git reset 734930f9197b7bc97c3c794c7a949fee2a08c280 && \
6768
ln -sfn /usr/bin/php5.5 /usr/bin/php && \
6869
ln -sfn /usr/bin/php-config5.5 /usr/bin/php-config && \
6970
ln -sfn /usr/bin/phpize5.5 /usr/bin/phpize && \

0 commit comments

Comments
 (0)