We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea56083 commit 8551993Copy full SHA for 8551993
Dockerfile
@@ -239,7 +239,7 @@ RUN echo @testing >> /etc/apk/repositories && \
239
--with-freetype=/usr/include/ \
240
--with-jpeg=/usr/include/ && \
241
#curl iconv session
242
- curl -L -o /tmp/memcached.tar.gz http://pecl.php.net/get/memcached-2.2.0.tgz &&\
+ curl -L -o /tmp/memcached.tar.gz http://pecl.php.net/get/memcached-3.1.5.tgz &&\
243
tar -xzvf /tmp/memcached.tar.gz &&\
244
mv memcached-2.2.0 /usr/src/php/ext/memcached &&\
245
rm /tmp/memcached.tar.gz &&\
0 commit comments