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 9e49cb9 + f29c51e commit 2cc473bCopy full SHA for 2cc473b
2 files changed
layers/redis-igbinary/Dockerfile
@@ -2,8 +2,8 @@ ARG PHP_VERSION
2
ARG BREF_VERSION
3
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
4
5
-RUN pecl install igbinary && \
6
- pecl install -D 'enable-redis-igbinary="yes"' --force redis-6.2.0 && \
+RUN pecl install igbinary --force igbinary-3.2.17RC1 && \
+ pecl install -D 'enable-redis-igbinary="yes"' --force redis-6.3.0 && \
7
cp `php-config --extension-dir`/igbinary.so /tmp/igbinary.so && \
8
cp `php-config --extension-dir`/redis.so /tmp/redis.so && \
9
echo 'extension=igbinary.so' > /tmp/ext-igbinary.ini && \
layers/redis-igbinary/config.json
@@ -2,6 +2,7 @@
"php": [
"82",
"83",
- "84"
+ "84",
+ "85"
]
}
0 commit comments