Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Update APCu to 5.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
J0WI committed Feb 10, 2019
1 parent c0d412d commit 31c9f0a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-alpine.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.16; \
pecl install APCu-5.1.17; \
pecl install redis-3.1.6; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-debian.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.16; \
pecl install APCu-5.1.17; \
pecl install redis-3.1.6; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.16; \
pecl install APCu-5.1.17; \
pecl install redis-3.1.6; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.16; \
pecl install APCu-5.1.17; \
pecl install redis-3.1.6; \
\
docker-php-ext-enable \
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.16; \
pecl install APCu-5.1.17; \
pecl install redis-3.1.6; \
\
docker-php-ext-enable \
Expand Down

0 comments on commit 31c9f0a

Please sign in to comment.