Skip to content

Commit 5fca0e6

Browse files
author
Hans Höchtl
committed
update pickle
1 parent 1a8a582 commit 5fca0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/php-official/8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ RUN set -x \
189189
gd \
190190
gettext \
191191
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 \
193193
&& mv pickle.phar /usr/local/bin/pickle \
194194
&& chmod +x /usr/local/bin/pickle \
195195
&& pickle install memcached \

template/Dockerfile/images/php.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
&& echo extension=mongodb.so > /usr/local/etc/php/conf.d/mongodb.ini \
117117
&& echo extension=memcached.so > /usr/local/etc/php/conf.d/memcached.ini \
118118
{%- 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 \
120120
&& mv pickle.phar /usr/local/bin/pickle \
121121
&& chmod +x /usr/local/bin/pickle \
122122
&& pickle install memcached \

0 commit comments

Comments
 (0)