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.
2 parents 76917ea + fe21d70 commit 9970a46Copy full SHA for 9970a46
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-6.0.1
+RUN pecl install --force redis-6.0.2
6
RUN cp `php-config --extension-dir`/redis.so /tmp/redis.so
7
RUN echo 'extension=redis.so' > /tmp/ext.ini
8
layers/redis/config.json
@@ -2,6 +2,7 @@
"php": [
"80",
"81",
- "82"
+ "82",
+ "83"
]
}
0 commit comments