We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22ceb7 commit a2ae141Copy full SHA for a2ae141
1 file changed
php-fpm/Dockerfile-56
@@ -187,7 +187,7 @@ ENV INSTALL_AEROSPIKE ${INSTALL_AEROSPIKE}
187
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
188
RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
189
# Install the php aerospike extension
190
- 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" \
191
&& mkdir -p aerospike-client-php \
192
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
193
&& ( \
0 commit comments