From cd1c9c0d44790c68c05ab7e8e031e31d8c664c0f Mon Sep 17 00:00:00 2001 From: Shao Yu Lung Date: Sun, 10 Dec 2017 16:12:42 +0800 Subject: [PATCH] fix aerospike build fail --- workspace/Dockerfile-56 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile-56 b/workspace/Dockerfile-56 index c7989dc8..cad9add4 100644 --- a/workspace/Dockerfile-56 +++ b/workspace/Dockerfile-56 @@ -355,7 +355,7 @@ COPY ./aerospike.ini /etc/php/5.6/cli/conf.d/aerospike.ini RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \ # Install the php aerospike extension - curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \ + curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php5/archive/3.4.15.tar.gz" \ && mkdir -p aerospike-client-php \ && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \ && ( \