Skip to content
Snippets Groups Projects
Commit 4b9439ef authored by Alan Nelson's avatar Alan Nelson
Browse files

Lock Redis verson for PHP 7.1

parent 485ae063
Branches
No related tags found
1 merge request!85PHP Container Updates
......@@ -14,7 +14,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
RUN apk add --no-cache bash nodejs nodejs-npm libmcrypt-dev $PHPIZE_DEPS \
&& pecl channel-update pecl.php.net \
&& pecl install xdebug-2.9.8 redis \
&& pecl install xdebug-2.9.8 redis-5.3.7 \
&& docker-php-ext-enable xdebug redis \
&& docker-php-ext-install mcrypt \
&& apk del --no-cache $PHPIZE_DEPS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment