Skip to content

Commit bc963e0

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 9dd8dcd commit bc963e0

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

25/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN set -ex; \
6565
pecl install APCu-5.1.22; \
6666
pecl install imagick-3.7.0; \
6767
pecl install memcached-3.2.0; \
68-
pecl install redis-6.0.1; \
68+
pecl install redis-6.0.2; \
6969
\
7070
docker-php-ext-enable \
7171
apcu \

25/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN set -ex; \
5656
pecl install APCu-5.1.22; \
5757
pecl install imagick-3.7.0; \
5858
pecl install memcached-3.2.0; \
59-
pecl install redis-6.0.1; \
59+
pecl install redis-6.0.2; \
6060
\
6161
docker-php-ext-enable \
6262
apcu \

25/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN set -ex; \
6565
pecl install APCu-5.1.22; \
6666
pecl install imagick-3.7.0; \
6767
pecl install memcached-3.2.0; \
68-
pecl install redis-6.0.1; \
68+
pecl install redis-6.0.2; \
6969
\
7070
docker-php-ext-enable \
7171
apcu \

26/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
pecl install APCu-5.1.22; \
6767
pecl install imagick-3.7.0; \
6868
pecl install memcached-3.2.0; \
69-
pecl install redis-6.0.1; \
69+
pecl install redis-6.0.2; \
7070
\
7171
docker-php-ext-enable \
7272
apcu \

26/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -ex; \
5757
pecl install APCu-5.1.22; \
5858
pecl install imagick-3.7.0; \
5959
pecl install memcached-3.2.0; \
60-
pecl install redis-6.0.1; \
60+
pecl install redis-6.0.2; \
6161
\
6262
docker-php-ext-enable \
6363
apcu \

26/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
pecl install APCu-5.1.22; \
6767
pecl install imagick-3.7.0; \
6868
pecl install memcached-3.2.0; \
69-
pecl install redis-6.0.1; \
69+
pecl install redis-6.0.2; \
7070
\
7171
docker-php-ext-enable \
7272
apcu \

27/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
pecl install APCu-5.1.22; \
6767
pecl install imagick-3.7.0; \
6868
pecl install memcached-3.2.0; \
69-
pecl install redis-6.0.1; \
69+
pecl install redis-6.0.2; \
7070
\
7171
docker-php-ext-enable \
7272
apcu \

27/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -ex; \
5757
pecl install APCu-5.1.22; \
5858
pecl install imagick-3.7.0; \
5959
pecl install memcached-3.2.0; \
60-
pecl install redis-6.0.1; \
60+
pecl install redis-6.0.2; \
6161
\
6262
docker-php-ext-enable \
6363
apcu \

27/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN set -ex; \
6666
pecl install APCu-5.1.22; \
6767
pecl install imagick-3.7.0; \
6868
pecl install memcached-3.2.0; \
69-
pecl install redis-6.0.1; \
69+
pecl install redis-6.0.2; \
7070
\
7171
docker-php-ext-enable \
7272
apcu \

0 commit comments

Comments
 (0)