Skip to content

Commit f158223

Browse files
author
GitHub Workflow
committed
Runs update.sh
1 parent 50bf6dc commit f158223

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

30/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

30/fpm-alpine/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 imagick-3.8.0; \
6767
pecl install memcached-3.4.0 \
6868
--configureoptions 'enable-memcached-igbinary="yes"'; \
69-
pecl install redis-6.2.0 \
69+
pecl install redis-6.3.0 \
7070
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7171
\
7272
docker-php-ext-enable \

30/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

31/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

31/fpm-alpine/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 imagick-3.8.0; \
6767
pecl install memcached-3.4.0 \
6868
--configureoptions 'enable-memcached-igbinary="yes"'; \
69-
pecl install redis-6.2.0 \
69+
pecl install redis-6.3.0 \
7070
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7171
\
7272
docker-php-ext-enable \

31/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

32/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

32/fpm-alpine/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 imagick-3.8.0; \
6767
pecl install memcached-3.4.0 \
6868
--configureoptions 'enable-memcached-igbinary="yes"'; \
69-
pecl install redis-6.2.0 \
69+
pecl install redis-6.3.0 \
7070
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7171
\
7272
docker-php-ext-enable \

32/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
pecl install imagick-3.8.0; \
7070
pecl install memcached-3.4.0 \
7171
--configureoptions 'enable-memcached-igbinary="yes"'; \
72-
pecl install redis-6.2.0 \
72+
pecl install redis-6.3.0 \
7373
--configureoptions 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"'; \
7474
\
7575
docker-php-ext-enable \

0 commit comments

Comments
 (0)