Skip to content

Commit a2ae141

Browse files
committed
fix aerospike build fail
1 parent f22ceb7 commit a2ae141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ ENV INSTALL_AEROSPIKE ${INSTALL_AEROSPIKE}
187187
COPY ./aerospike.ini /usr/local/etc/php/conf.d/aerospike.ini
188188
RUN if [ ${INSTALL_AEROSPIKE} = true ]; then \
189189
# 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" \
190+
curl -L -o /tmp/aerospike-client-php.tar.gz "https://github.com/aerospike/aerospike-client-php5/archive/3.4.15.tar.gz" \
191191
&& mkdir -p aerospike-client-php \
192192
&& tar -C aerospike-client-php -zxvf /tmp/aerospike-client-php.tar.gz --strip 1 \
193193
&& ( \

0 commit comments

Comments
 (0)