File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN set -ex; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
6161 pecl install APCu-5.1.23; \
62- pecl install memcached-3.2 .0; \
62+ pecl install memcached-3.3 .0; \
6363 pecl install redis-6.0.2; \
6464 \
6565 docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -ex; \
5050 ; \
5151# pecl will claim success even if one install fails, so we need to perform each install separately
5252 pecl install APCu-5.1.23; \
53- pecl install memcached-3.2 .0; \
53+ pecl install memcached-3.3 .0; \
5454 pecl install redis-6.0.2; \
5555 \
5656 docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN set -ex; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
6161 pecl install APCu-5.1.23; \
62- pecl install memcached-3.2 .0; \
62+ pecl install memcached-3.3 .0; \
6363 pecl install redis-6.0.2; \
6464 \
6565 docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN set -ex; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
6161 pecl install APCu-5.1.23; \
62- pecl install memcached-3.2 .0; \
62+ pecl install memcached-3.3 .0; \
6363 pecl install redis-6.0.2; \
6464 \
6565 docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN set -ex; \
5050 ; \
5151# pecl will claim success even if one install fails, so we need to perform each install separately
5252 pecl install APCu-5.1.23; \
53- pecl install memcached-3.2 .0; \
53+ pecl install memcached-3.3 .0; \
5454 pecl install redis-6.0.2; \
5555 \
5656 docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN set -ex; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
6161 pecl install APCu-5.1.23; \
62- pecl install memcached-3.2 .0; \
62+ pecl install memcached-3.3 .0; \
6363 pecl install redis-6.0.2; \
6464 \
6565 docker-php-ext-enable \
You can’t perform that action at this time.
0 commit comments