File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN apk update && apk upgrade \
2525 && set -xe \
2626 && apk add --virtual .phpize-deps $PHPIZE_DEPS \
2727 && apk add --virtual .memcached-deps $MEMCACHED_DEPS \
28- && pecl install memcached-3.1.4 \
28+ && pecl install memcached-3.3.0 \
2929 && echo "extension=memcached.so" > /usr/local/etc/php/conf.d/20_memcached.ini \
30- && pecl install memcache \
30+ && pecl install memcache-8.2 \
3131 && echo "extension=memcache.so" > /usr/local/etc/php/conf.d/21_memcache.ini \
3232 && docker-php-ext-install mysqli \
3333 && docker-php-ext-configure gd --with-freetype --with-jpeg \
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ RUN apk update && apk upgrade \
2525 && set -xe \
2626 && apk add --virtual .phpize-deps $PHPIZE_DEPS \
2727 && apk add --virtual .memcached-deps $MEMCACHED_DEPS \
28- && pecl install memcached-3.1.4 \
28+ && pecl install memcached-3.3.0 \
2929 && echo "extension=memcached.so" > /usr/local/etc/php/conf.d/20_memcached.ini \
30- && pecl install memcache \
30+ && pecl install memcache-8.2 \
3131 && echo "extension=memcache.so" > /usr/local/etc/php/conf.d/21_memcache.ini \
3232 && docker-php-ext-install mysqli \
3333 && docker-php-ext-configure gd --with-freetype --with-jpeg \
You can’t perform that action at this time.
0 commit comments