From 91bf623aa145cd1576451ed3764a64a089384ac4 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Thu, 15 Jun 2017 13:04:08 -0700 Subject: Fix php jenkins test (#3233) Update commit id to upload latest composer. Compile php with bc-math for future json support. --- jenkins/docker32/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jenkins/docker32/Dockerfile') diff --git a/jenkins/docker32/Dockerfile b/jenkins/docker32/Dockerfile index ab3fd957..d9925d8d 100644 --- a/jenkins/docker32/Dockerfile +++ b/jenkins/docker32/Dockerfile @@ -64,7 +64,7 @@ RUN php -r "unlink('composer-setup.php');" RUN cd /tmp && \ git clone https://github.com/google/protobuf.git && \ cd protobuf/php && \ - git reset --hard 6b27c1f981a9a93918e4039f236ead27165a8e91 && \ + git reset --hard 8d97b3d8b5a33650e822460b3b561802c969e86e && \ ln -sfn /usr/bin/php5.5 /usr/bin/php && \ ln -sfn /usr/bin/php-config5.5 /usr/bin/php-config && \ ln -sfn /usr/bin/phpize5.5 /usr/bin/phpize && \ -- cgit v1.2.3