Skip to content

Commit

Permalink
Redis 6.1.0 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI authored Oct 7, 2024
1 parent 455f3a4 commit 11112fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.24; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.24; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \
Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.24; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \
Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.24; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN set -ex; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.24; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
\
docker-php-ext-enable \
apcu \
Expand Down

0 comments on commit 11112fe

Please sign in to comment.