diff --git a/layers/redis/Dockerfile b/layers/redis/Dockerfile index a3a1b5f8..acc01405 100644 --- a/layers/redis/Dockerfile +++ b/layers/redis/Dockerfile @@ -2,7 +2,7 @@ ARG PHP_VERSION ARG BREF_VERSION FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext -RUN pecl install --force redis-6.0.1 +RUN pecl install --force redis-6.0.2 RUN cp `php-config --extension-dir`/redis.so /tmp/redis.so RUN echo 'extension=redis.so' > /tmp/ext.ini diff --git a/layers/redis/config.json b/layers/redis/config.json index a5a35316..eea4b0f4 100644 --- a/layers/redis/config.json +++ b/layers/redis/config.json @@ -2,6 +2,7 @@ "php": [ "80", "81", - "82" + "82", + "83" ] }