Skip to content

Commit 15d7cd1

Browse files
Merge pull request laradock#897 from bestlong/update-aerospike-client-php-version
Upgrade `aerospike-client-php` version to 3.4.14
2 parents 61f74b5 + a81686d commit 15d7cd1

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
154154
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
155155
RUN 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
&& ( \

php-fpm/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
162162
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
163163
RUN 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
&& ( \

php-fpm/Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ENV INSTALL_AEROSPIKE_EXTENSION ${INSTALL_AEROSPIKE_EXTENSION}
162162
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
163163
RUN 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
&& ( \

workspace/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ COPY ./aerospike.ini /etc/php/5.6/cli/conf.d/aerospike.ini
283283

284284
RUN 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
&& ( \

workspace/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ COPY ./aerospike.ini /etc/php/7.0/cli/conf.d/aerospike.ini
283283

284284
RUN 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
&& ( \

workspace/Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ COPY ./aerospike.ini /etc/php/7.1/cli/conf.d/aerospike.ini
279279

280280
RUN 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
&& ( \

0 commit comments

Comments
 (0)