File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
template/Dockerfile/images Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ RUN set -x \
189
189
gd \
190
190
gettext \
191
191
opcache \
192
- && wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.6.0 /pickle.phar \
192
+ && wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.7.2 /pickle.phar \
193
193
&& mv pickle.phar /usr/local/bin/pickle \
194
194
&& chmod +x /usr/local/bin/pickle \
195
195
&& pickle install memcached \
Original file line number Diff line number Diff line change 116
116
&& echo extension=mongodb.so > /usr/local/etc/php/conf.d/mongodb.ini \
117
117
&& echo extension=memcached.so > /usr/local/etc/php/conf.d/memcached.ini \
118
118
{% - elif version == '8.0' %}
119
- && wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.6.0 /pickle.phar \
119
+ && wget https://github.com/FriendsOfPHP/pickle/releases/download/v0.7.2 /pickle.phar \
120
120
&& mv pickle.phar /usr/local/bin/pickle \
121
121
&& chmod +x /usr/local/bin/pickle \
122
122
&& pickle install memcached \
You can’t perform that action at this time.
0 commit comments