Skip to content

Commit

Permalink
Upgrade gearman extension to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amenophis committed Apr 8, 2024
1 parent fbbca4e commit 6771548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN set -x && \
mkdir -p $HOME/gearman && \
cd $HOME/gearman && \
git clone https://github.com/php/pecl-networking-gearman.git . && \
git checkout gearman-2.1.0 && \
git checkout gearman-2.1.2 && \
phpize && ./configure && make && make install && \
if [ ! -f /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini ]; then \
echo "extension=gearman.so" > /etc/php/${PHP_VERSION}/cli/conf.d/20-gearman.ini && \
Expand Down

0 comments on commit 6771548

Please sign in to comment.