Skip to content

Commit

Permalink
Fix redis version for PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
derschatta committed Jul 15, 2019
1 parent 3a99da3 commit 1f82e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/php56/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
RUN pecl install xhprof-0.9.4 \
&& docker-php-ext-enable xhprof

RUN pecl install -o -f redis \
RUN pecl install -o -f redis-4.3.0 \
&& rm -rf /tmp/pear \
&& docker-php-ext-enable redis

Expand Down

0 comments on commit 1f82e82

Please sign in to comment.