Skip to content

Commit

Permalink
Runs update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Oct 5, 2024
1 parent 8c177d0 commit 8684900
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2024.08/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2024.08/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2024.08/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2024.09-dev/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2024.09-dev/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2024.09-dev/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install redis-6.1.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down

0 comments on commit 8684900

Please sign in to comment.