aboutsummaryrefslogtreecommitdiff
path: root/kokoro/linux/32-bit/Dockerfile
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2018-08-23 12:43:35 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2018-08-23 12:43:35 -0700
commit409f95467351d7403578d529753a09bb0679b5b0 (patch)
treefc2cae9b6c1cc8f9eb5db3e7530456ec122c3eda /kokoro/linux/32-bit/Dockerfile
parentfd4baa91e7c127a29ee6d5f6ecf0fa149f6d9cec (diff)
downloadprotobuf-409f95467351d7403578d529753a09bb0679b5b0.tar.gz
protobuf-409f95467351d7403578d529753a09bb0679b5b0.tar.bz2
protobuf-409f95467351d7403578d529753a09bb0679b5b0.zip
Revert changed links in Dockerfiles.
These changes require building new docker images and without new images our kokoro tests are all failing.
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 c914b964..1278889f 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/protocolbuffers/protobuf.git && \
+ git clone https://github.com/google/protobuf.git && \
cd protobuf/php && \
git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \