File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ RUN set -ex; \
5858 ; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
61- pecl install APCu-5.1.23 ; \
61+ pecl install APCu-5.1.24 ; \
6262 pecl install memcached-3.3.0; \
63- pecl install redis-6.0.2 ; \
63+ pecl install redis-6.2.0 ; \
6464 \
6565 docker-php-ext-enable \
6666 apcu \
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ RUN set -ex; \
4949 soap \
5050 ; \
5151# pecl will claim success even if one install fails, so we need to perform each install separately
52- pecl install APCu-5.1.23 ; \
52+ pecl install APCu-5.1.24 ; \
5353 pecl install memcached-3.3.0; \
54- pecl install redis-6.0.2 ; \
54+ pecl install redis-6.2.0 ; \
5555 \
5656 docker-php-ext-enable \
5757 apcu \
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ RUN set -ex; \
5858 ; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
61- pecl install APCu-5.1.23 ; \
61+ pecl install APCu-5.1.24 ; \
6262 pecl install memcached-3.3.0; \
63- pecl install redis-6.0.2 ; \
63+ pecl install redis-6.2.0 ; \
6464 \
6565 docker-php-ext-enable \
6666 apcu \
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ RUN set -ex; \
5858 ; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
61- pecl install APCu-5.1.23 ; \
61+ pecl install APCu-5.1.24 ; \
6262 pecl install memcached-3.3.0; \
63- pecl install redis-6.0.2 ; \
63+ pecl install redis-6.2.0 ; \
6464 \
6565 docker-php-ext-enable \
6666 apcu \
Original file line number Diff line number Diff line change @@ -49,9 +49,9 @@ RUN set -ex; \
4949 soap \
5050 ; \
5151# pecl will claim success even if one install fails, so we need to perform each install separately
52- pecl install APCu-5.1.23 ; \
52+ pecl install APCu-5.1.24 ; \
5353 pecl install memcached-3.3.0; \
54- pecl install redis-6.0.2 ; \
54+ pecl install redis-6.2.0 ; \
5555 \
5656 docker-php-ext-enable \
5757 apcu \
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ RUN set -ex; \
5858 ; \
5959 \
6060# pecl will claim success even if one install fails, so we need to perform each install separately
61- pecl install APCu-5.1.23 ; \
61+ pecl install APCu-5.1.24 ; \
6262 pecl install memcached-3.3.0; \
63- pecl install redis-6.0.2 ; \
63+ pecl install redis-6.2.0 ; \
6464 \
6565 docker-php-ext-enable \
6666 apcu \
You can’t perform that action at this time.
0 commit comments