Skip to content

Commit 61144ab

Browse files
committed
Change the wrong link to aerospike client PHP
1 parent 221edf4 commit 61144ab

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

php-fpm/Dockerfile-70

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,11 @@ ENV INSTALL_AEROSPIKE ${INSTALL_AEROSPIKE}
173173
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
174174
RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
175175
# Install the php aerospike extension
176-
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \
176+
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \
177177
&& mkdir -p aerospike-client-php \
178178
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
179179
&& ( \
180-
cd aerospike-client-php/src/aerospike \
180+
cd aerospike-client-php/src \
181181
&& phpize \
182182
&& ./build.sh \
183183
&& make install \

php-fpm/Dockerfile-71

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
179179
apt-get -y install sudo wget && \
180180

181181
# Install the php aerospike extension
182-
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \
182+
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \
183183
&& mkdir -p aerospike-client-php \
184184
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
185185
&& ( \
186-
cd aerospike-client-php/src/aerospike \
186+
cd aerospike-client-php/src \
187187
&& phpize \
188188
&& ./build.sh \
189189
&& make install \

workspace/Dockerfile-70

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@ COPY ./aerospike.ini /etc/php/7.0/cli/conf.d/aerospike.ini
323323

324324
RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
325325
# Install the php aerospike extension
326-
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \
326+
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \
327327
&& mkdir -p aerospike-client-php \
328328
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
329329
&& ( \
330-
cd aerospike-client-php/src/aerospike \
330+
cd aerospike-client-php/src \
331331
&& phpize \
332332
&& ./build.sh \
333333
&& make install \

workspace/Dockerfile-71

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,11 @@ RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
325325
apt-get -y install sudo wget && \
326326

327327
# Install the php aerospike extension
328-
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/3.4.14.tar.gz" \
328+
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php/archive/master.tar.gz" \
329329
&& mkdir -p aerospike-client-php \
330330
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
331331
&& ( \
332-
cd aerospike-client-php/src/aerospike \
332+
cd aerospike-client-php/src \
333333
&& phpize \
334334
&& ./build.sh \
335335
&& make install \

0 commit comments

Comments
 (0)