Skip to content

Commit f15e456

Browse files
Upgrade to redis 6.0.1 (#496)
1 parent ca5c683 commit f15e456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
5+
RUN pecl install --force redis-6.0.1
66
RUN cp `php-config --extension-dir`/redis.so /tmp/redis.so
77
RUN echo 'extension=redis.so' > /tmp/ext.ini
88

0 commit comments

Comments
 (0)