Skip to content

Commit 7e10c15

Browse files
committed
Looks like phpredis needs a bump
1 parent 325688f commit 7e10c15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN { \
2121
} >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
2222

2323
# install phpredis extension
24-
ENV PHPREDIS_VERSION 6.0.2
24+
ENV PHPREDIS_VERSION 6.2.0
2525
RUN curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/$PHPREDIS_VERSION.tar.gz \
2626
&& tar xfz /tmp/redis.tar.gz \
2727
&& rm -r /tmp/redis.tar.gz \

0 commit comments

Comments
 (0)