Skip to content

Commit ad16e64

Browse files
committed
Update Dockerfile
1 parent ac72a84 commit ad16e64

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/php/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ RUN docker-php-ext-enable \
5555
imagick
5656

5757
# Install redis php-exts
58-
RUN pecl install redis
58+
# > use version 5.3.7 - last version compatible with PHP 7.2
59+
RUN pecl install redis-5.3.7
5960
RUN docker-php-ext-enable \
6061
redis
6162

0 commit comments

Comments
 (0)