Skip to content

Commit a81686d

Browse files
committed
aerospike-client-php version to 3.4.14 (php-fpm)
1 parent 2f01050 commit a81686d

3 files changed

Lines changed: 3 additions & 3 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
&& ( \

0 commit comments

Comments
 (0)