Skip to content

Commit 9970a46

Browse files
authored
Merge pull request #503 from smoench/redis-602
Update redis to v6.0.2 and make it available for PHP 8.3
2 parents 76917ea + fe21d70 commit 9970a46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layers/redis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG PHP_VERSION
22
ARG BREF_VERSION
33
FROM bref/build-php-$PHP_VERSION:$BREF_VERSION AS ext
44

5-
RUN pecl install --force redis-6.0.1
5+
RUN pecl install --force redis-6.0.2
66
RUN cp `php-config --extension-dir`/redis.so /tmp/redis.so
77
RUN echo 'extension=redis.so' > /tmp/ext.ini
88

layers/redis/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"php": [
33
"80",
44
"81",
5-
"82"
5+
"82",
6+
"83"
67
]
78
}

0 commit comments

Comments
 (0)