Skip to content

Commit

Permalink
PHRAS-3910 fix redis php extension to a version (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
moctardiouf authored Sep 13, 2023
1 parent 415735e commit 4b80777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN echo "BUILDING PHP PECL EXTENTIONS" \
&& docker-php-ext-install php-ext-jq \
# --- end of extension jq \
&& pecl install \
redis \
redis-5.3.7 \
amqp-1.9.3 \
zmq-beta \
imagick-beta \
Expand Down

0 comments on commit 4b80777

Please sign in to comment.