Skip to content

Commit c935171

Browse files
committed
Update memcached to 3.3.0 (fixes i386 build failures)
1 parent 12e3de3 commit c935171

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

4/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN set -ex; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
6161
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
62+
pecl install memcached-3.3.0; \
6363
pecl install redis-6.0.2; \
6464
\
6565
docker-php-ext-enable \

4/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex; \
5050
; \
5151
# pecl will claim success even if one install fails, so we need to perform each install separately
5252
pecl install APCu-5.1.23; \
53-
pecl install memcached-3.2.0; \
53+
pecl install memcached-3.3.0; \
5454
pecl install redis-6.0.2; \
5555
\
5656
docker-php-ext-enable \

4/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN set -ex; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
6161
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
62+
pecl install memcached-3.3.0; \
6363
pecl install redis-6.0.2; \
6464
\
6565
docker-php-ext-enable \

5/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN set -ex; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
6161
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
62+
pecl install memcached-3.3.0; \
6363
pecl install redis-6.0.2; \
6464
\
6565
docker-php-ext-enable \

5/fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN set -ex; \
5050
; \
5151
# pecl will claim success even if one install fails, so we need to perform each install separately
5252
pecl install APCu-5.1.23; \
53-
pecl install memcached-3.2.0; \
53+
pecl install memcached-3.3.0; \
5454
pecl install redis-6.0.2; \
5555
\
5656
docker-php-ext-enable \

5/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN set -ex; \
5959
\
6060
# pecl will claim success even if one install fails, so we need to perform each install separately
6161
pecl install APCu-5.1.23; \
62-
pecl install memcached-3.2.0; \
62+
pecl install memcached-3.3.0; \
6363
pecl install redis-6.0.2; \
6464
\
6565
docker-php-ext-enable \

0 commit comments

Comments
 (0)