File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
154154COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
155155RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
156156 # Install the php aerospike extension
157- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
157+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
158158 && mkdir -p aerospike-client-php \
159159 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
160160 && ( \
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
162162COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
163163RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
164164 # Install the php aerospike extension
165- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
165+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
166166 && mkdir -p aerospike-client-php \
167167 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
168168 && ( \
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
162162COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
163163RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
164164 # Install the php aerospike extension
165- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
165+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
166166 && mkdir -p aerospike-client-php \
167167 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
168168 && ( \
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ COPY ./aerospike.ini /etc/php/5.6/cli/conf.d/aerospike.ini
283283
284284RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
285285 # Install the php aerospike extension
286- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
286+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
287287 && mkdir -p aerospike-client-php \
288288 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
289289 && ( \
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ COPY ./aerospike.ini /etc/php/7.0/cli/conf.d/aerospike.ini
283283
284284RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
285285 # Install the php aerospike extension
286- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
286+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
287287 && mkdir -p aerospike-client-php \
288288 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
289289 && ( \
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ COPY ./aerospike.ini /etc/php/7.1/cli/conf.d/aerospike.ini
279279
280280RUN if [ ${INSTALL_AEROSPIKE_EXTENSION} = true ]; then \
281281 # Install the php aerospike extension
282- curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/luciano-jr /aerospike-client-php/archive/master .tar.gz" \
282+ curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike /aerospike-client-php/archive/3.4.14 .tar.gz" \
283283 && mkdir -p aerospike-client-php \
284284 && tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
285285 && ( \
You can’t perform that action at this time.
0 commit comments