Skip to content

Commit 19b271a

Browse files
committed
Update all pecl dependencies
1 parent 12e3de3 commit 19b271a

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

4/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ RUN set -ex; \
5858
; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
61-
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
63-
pecl install redis-6.0.2; \
61+
pecl install APCu-5.1.24; \
62+
pecl install memcached-3.3.0; \
63+
pecl install redis-6.2.0; \
6464
\
6565
docker-php-ext-enable \
6666
apcu \

4/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN set -ex; \
4949
soap \
5050
; \
5151
# pecl will claim success even if one install fails, so we need to perform each install separately
52-
pecl install APCu-5.1.23; \
53-
pecl install memcached-3.2.0; \
54-
pecl install redis-6.0.2; \
52+
pecl install APCu-5.1.24; \
53+
pecl install memcached-3.3.0; \
54+
pecl install redis-6.2.0; \
5555
\
5656
docker-php-ext-enable \
5757
apcu \

4/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ RUN set -ex; \
5858
; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
61-
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
63-
pecl install redis-6.0.2; \
61+
pecl install APCu-5.1.24; \
62+
pecl install memcached-3.3.0; \
63+
pecl install redis-6.2.0; \
6464
\
6565
docker-php-ext-enable \
6666
apcu \

5/apache/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ RUN set -ex; \
5858
; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
61-
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
63-
pecl install redis-6.0.2; \
61+
pecl install APCu-5.1.24; \
62+
pecl install memcached-3.3.0; \
63+
pecl install redis-6.2.0; \
6464
\
6565
docker-php-ext-enable \
6666
apcu \

5/fpm-alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN set -ex; \
4949
soap \
5050
; \
5151
# pecl will claim success even if one install fails, so we need to perform each install separately
52-
pecl install APCu-5.1.23; \
53-
pecl install memcached-3.2.0; \
54-
pecl install redis-6.0.2; \
52+
pecl install APCu-5.1.24; \
53+
pecl install memcached-3.3.0; \
54+
pecl install redis-6.2.0; \
5555
\
5656
docker-php-ext-enable \
5757
apcu \

5/fpm/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ RUN set -ex; \
5858
; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
61-
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
63-
pecl install redis-6.0.2; \
61+
pecl install APCu-5.1.24; \
62+
pecl install memcached-3.3.0; \
63+
pecl install redis-6.2.0; \
6464
\
6565
docker-php-ext-enable \
6666
apcu \

0 commit comments

Comments
 (0)