We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbca4e commit 6771548Copy full SHA for 6771548
docker/Dockerfile
@@ -38,7 +38,7 @@ RUN set -x && \
38
mkdir -p $HOME/gearman && \
39
cd $HOME/gearman && \
40
git clone https://github.com/php/pecl-networking-gearman.git . && \
41
- git checkout gearman-2.1.0 && \
+ git checkout gearman-2.1.2 && \
42
phpize && ./configure && make && make install && \
43
if [ ! -f /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini ]; then \
44
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini && \
0 commit comments