瀏覽代碼

Update commit id in Dockerfile to reflect change in #3391 (#3459)

Paul Yang 8 年之前
父節點
當前提交
f14703c933
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      jenkins/docker/Dockerfile
  2. 1 1
      jenkins/docker32/Dockerfile

+ 1 - 1
jenkins/docker/Dockerfile

@@ -182,7 +182,7 @@ RUN cd /tmp && \
   rm -rf protobuf && \
   rm -rf protobuf && \
   git clone https://github.com/google/protobuf.git && \
   git clone https://github.com/google/protobuf.git && \
   cd protobuf && \
   cd protobuf && \
-  git reset --hard 8d97b3d8b5a33650e822460b3b561802c969e86e && \
+  git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
   cd php && \
   cd php && \
   ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
   ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
   ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
   ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \

+ 1 - 1
jenkins/docker32/Dockerfile

@@ -98,7 +98,7 @@ RUN composer config -g -- secure-http false
 RUN cd /tmp && \
 RUN cd /tmp && \
   git clone https://github.com/google/protobuf.git && \
   git clone https://github.com/google/protobuf.git && \
   cd protobuf/php && \
   cd protobuf/php && \
-  git reset --hard 8d97b3d8b5a33650e822460b3b561802c969e86e && \
+  git reset --hard 49b44bff2b6257a119f9c6a342d6151c736586b8 && \
   ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
   ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
   ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
   ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
   ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \
   ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \