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 Mar 4, 2021
1 parent dceaf73 commit f1ca6db
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 19.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 19.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 20.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 20.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 20.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 21.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 21.0/fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down
2 changes: 1 addition & 1 deletion 21.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.19; \
pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
Expand Down

0 comments on commit f1ca6db

Please sign in to comment.