Skip to content

Commit 8551993

Browse files
authored
Update Dockerfile
1 parent ea56083 commit 8551993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ RUN echo @testing >> /etc/apk/repositories && \
239239
--with-freetype=/usr/include/ \
240240
--with-jpeg=/usr/include/ && \
241241
#curl iconv session
242-
curl -L -o /tmp/memcached.tar.gz http://pecl.php.net/get/memcached-2.2.0.tgz &&\
242+
curl -L -o /tmp/memcached.tar.gz http://pecl.php.net/get/memcached-3.1.5.tgz &&\
243243
tar -xzvf /tmp/memcached.tar.gz &&\
244244
mv memcached-2.2.0 /usr/src/php/ext/memcached &&\
245245
rm /tmp/memcached.tar.gz &&\

0 commit comments

Comments
 (0)