Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 4/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 5/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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.23; \
pecl install memcached-3.2.0; \
pecl install memcached-3.3.0; \
pecl install redis-6.0.2; \
\
docker-php-ext-enable \
Expand Down
Loading