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 Sep 10, 2023
1 parent 3291f3e commit 6b9278a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2023.05/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2023.05/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2023.05/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2023.09-dev/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2023.09-dev/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion 2023.09-dev/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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.22; \
pecl install memcached-3.2.0RC2; \
pecl install redis-5.3.7; \
pecl install redis-6.0.0; \
pecl install imagick-3.7.0; \
\
docker-php-ext-enable \
Expand Down

0 comments on commit 6b9278a

Please sign in to comment.