We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c683 commit f15e456Copy full SHA for f15e456
layers/redis/Dockerfile
@@ -2,7 +2,7 @@ ARG PHP_VERSION
2
ARG BREF_VERSION
3
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
4
5
-RUN pecl install --force redis
+RUN pecl install --force redis-6.0.1
6
RUN cp `php-config --extension-dir`/redis.so /tmp/redis.so
7
RUN echo 'extension=redis.so' > /tmp/ext.ini
8
0 commit comments