Skip to content

Commit cc7c1c8

Browse files
authored
Redis 5.3.6 (matomo-org#274)
1 parent 6465d87 commit cc7c1c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile-alpine.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex; \
3333
\
3434
# pecl will claim success even if one install fails, so we need to perform each install separately
3535
pecl install APCu-5.1.21; \
36-
pecl install redis-5.3.4; \
36+
pecl install redis-5.3.6; \
3737
\
3838
docker-php-ext-enable \
3939
apcu \

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex; \
3333
\
3434
# pecl will claim success even if one install fails, so we need to perform each install separately
3535
pecl install APCu-5.1.21; \
36-
pecl install redis-5.3.4; \
36+
pecl install redis-5.3.6; \
3737
\
3838
docker-php-ext-enable \
3939
apcu \

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex; \
3333
\
3434
# pecl will claim success even if one install fails, so we need to perform each install separately
3535
pecl install APCu-5.1.21; \
36-
pecl install redis-5.3.4; \
36+
pecl install redis-5.3.6; \
3737
\
3838
docker-php-ext-enable \
3939
apcu \

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex; \
3333
\
3434
# pecl will claim success even if one install fails, so we need to perform each install separately
3535
pecl install APCu-5.1.21; \
36-
pecl install redis-5.3.4; \
36+
pecl install redis-5.3.6; \
3737
\
3838
docker-php-ext-enable \
3939
apcu \

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN set -ex; \
3333
\
3434
# pecl will claim success even if one install fails, so we need to perform each install separately
3535
pecl install APCu-5.1.21; \
36-
pecl install redis-5.3.4; \
36+
pecl install redis-5.3.6; \
3737
\
3838
docker-php-ext-enable \
3939
apcu \

0 commit comments

Comments
 (0)