From 4b9439efbef2e73585b7375c089184dac5fe22d6 Mon Sep 17 00:00:00 2001 From: Alan Nelson <alan.nelson@nebraska.edu> Date: Mon, 2 Oct 2023 16:01:21 -0500 Subject: [PATCH] Lock Redis verson for PHP 7.1 --- php-unit-test/7.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-unit-test/7.1/Dockerfile b/php-unit-test/7.1/Dockerfile index 28d00ae..29c2341 100644 --- a/php-unit-test/7.1/Dockerfile +++ b/php-unit-test/7.1/Dockerfile @@ -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 -- GitLab