aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-31 08:24:19 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-31 08:24:19 -0700
commit8ad4968e23f3bcd9640523a5c96610d940989c28 (patch)
tree5c7eb9179ade9e6827dfadd2a4482b9c2b44c927
parent2641c045a32cd519df5aae8b7419fe4d1c7c127a (diff)
php: fix gce testing dockerfile
-rw-r--r--tools/dockerfile/grpc_php_base/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/grpc_php_base/Dockerfile b/tools/dockerfile/grpc_php_base/Dockerfile
index 23e95baff0..aa20d6a374 100644
--- a/tools/dockerfile/grpc_php_base/Dockerfile
+++ b/tools/dockerfile/grpc_php_base/Dockerfile
@@ -75,7 +75,7 @@ RUN mv composer.phar /usr/local/bin/composer
# Download the patched PHP protobuf so that PHP gRPC clients can be generated
# from proto3 schemas.
-RUN git clone https://github.com/murgatroid99/Protobuf-PHP.git /var/local/git/protobuf-php
+RUN git clone https://github.com/stanley-cheung/Protobuf-PHP.git /var/local/git/protobuf-php
# Install ruby (via RVM) as ruby tools are dependencies for building Protobuf
# PHP extensions.