Skip to content

Commit

Permalink
redis 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Oct 7, 2024
1 parent 771f8eb commit d5ea0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile-7.3
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -xe \
&& docker-php-ext-enable igbinary \
\
# Install redis (manualy build in order to be able to enable igbinary)
&& for i in $(seq 1 3); do pecl install -o --nobuild redis && s=0 && break || s=$? && sleep 1; done; (exit $s) \
&& for i in $(seq 1 3); do pecl install -o --nobuild "redis-6.0.2" && s=0 && break || s=$? && sleep 1; done; (exit $s) \
&& cd "$(pecl config-get temp_dir)/redis" \
&& phpize \
&& ./configure --enable-redis-igbinary \
Expand Down

0 comments on commit d5ea0f6

Please sign in to comment.