We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325688f commit 7e10c15Copy full SHA for 7e10c15
1 file changed
11/Dockerfile
@@ -21,7 +21,7 @@ RUN { \
21
} >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
22
23
# install phpredis extension
24
-ENV PHPREDIS_VERSION 6.0.2
+ENV PHPREDIS_VERSION 6.2.0
25
RUN curl -L -o /tmp/redis.tar.gz https://github.com/phpredis/phpredis/archive/$PHPREDIS_VERSION.tar.gz \
26
&& tar xfz /tmp/redis.tar.gz \
27
&& rm -r /tmp/redis.tar.gz \
0 commit comments