aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/32-bit/Dockerfile
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-22 18:32:11 -0700
committerGitHub <noreply@github.com>2018-08-22 18:32:11 -0700
commitfd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec (patch)
tree3a049ef1ae3725e37f4701f6ff4f9ffad64f811b /kokoro/linux/32-bit/Dockerfile
parent228530e2da79603450948d5d701fe4bb4e47c430 (diff)
parentafe98de32a130e0033c9b10fa470bb2ff858ed8d (diff)
downloadprotobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.gz
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.tar.bz2
protobuf-fd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec.zip
Merge pull request #5068 from xfxyjwf/links
Replace repo links.
Diffstat (limited to 'kokoro/linux/32-bit/Dockerfile')
-rw-r--r--kokoro/linux/32-bit/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kokoro/linux/32-bit/Dockerfile b/kokoro/linux/32-bit/Dockerfile
index 1278889f..c914b964 100644
--- a/kokoro/linux/32-bit/Dockerfile
+++ b/kokoro/linux/32-bit/Dockerfile
@@ -96,7 +96,7 @@ RUN php -r "unlink('composer-setup.php');"
RUN composer config -g -- disable-tls true
RUN composer config -g -- secure-http false
RUN cd /tmp && \
- git clone https://github.com/google/protobuf.git && \
+ git clone https://github.com/protocolbuffers/protobuf.git && \
cd protobuf/php && \
git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \