File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN set -ex; \
4545 ; \
4646 \
4747# pecl will claim success even if one install fails, so we need to perform each install separately
48- pecl install APCu-5.1.14 ; \
48+ pecl install APCu-5.1.15 ; \
4949 pecl install memcached-3.0.4; \
5050 pecl install redis-4.2.0; \
5151 \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN set -ex; \
4545 ; \
4646 \
4747# pecl will claim success even if one install fails, so we need to perform each install separately
48- pecl install APCu-5.1.14 ; \
48+ pecl install APCu-5.1.15 ; \
4949 pecl install memcached-3.0.4; \
5050 pecl install redis-4.2.0; \
5151 \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN set -ex; \
4545 ; \
4646 \
4747# pecl will claim success even if one install fails, so we need to perform each install separately
48- pecl install APCu-5.1.14 ; \
48+ pecl install APCu-5.1.15 ; \
4949 pecl install memcached-3.0.4; \
5050 pecl install redis-4.2.0; \
5151 \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN set -ex; \
5151 ; \
5252 \
5353# pecl will claim success even if one install fails, so we need to perform each install separately
54- pecl install APCu-5.1.14 ; \
54+ pecl install APCu-5.1.15 ; \
5555 pecl install memcached-3.0.4; \
5656 pecl install redis-4.2.0; \
5757 \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ declare -A extras=(
2525)
2626
2727declare -A pecl_versions=(
28- [APCu]=' 5.1.14 '
28+ [APCu]=' 5.1.15 '
2929 [memcached]=' 3.0.4'
3030 [redis]=' 4.2.0'
3131)
You can’t perform that action at this time.
0 commit comments