Skip to content

Commit df34b1a

Browse files
authored
Merge pull request #125 from J0WI/apcu-5.1.13
Update php-apcu to 5.1.14
2 parents 8d1838e + d0bd45e commit df34b1a

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
@@ -28,7 +28,7 @@ RUN set -ex; \
2828
; \
2929
\
3030
# pecl will claim success even if one install fails, so we need to perform each install separately
31-
pecl install APCu-5.1.12; \
31+
pecl install APCu-5.1.14; \
3232
pecl install geoip-1.1.1; \
3333
pecl install redis-3.1.6; \
3434
\

Dockerfile-debian.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -ex; \
2828
; \
2929
\
3030
# pecl will claim success even if one install fails, so we need to perform each install separately
31-
pecl install APCu-5.1.12; \
31+
pecl install APCu-5.1.14; \
3232
pecl install geoip-1.1.1; \
3333
pecl install redis-3.1.6; \
3434
\

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -ex; \
2828
; \
2929
\
3030
# pecl will claim success even if one install fails, so we need to perform each install separately
31-
pecl install APCu-5.1.12; \
31+
pecl install APCu-5.1.14; \
3232
pecl install geoip-1.1.1; \
3333
pecl install redis-3.1.6; \
3434
\

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -ex; \
2828
; \
2929
\
3030
# pecl will claim success even if one install fails, so we need to perform each install separately
31-
pecl install APCu-5.1.12; \
31+
pecl install APCu-5.1.14; \
3232
pecl install geoip-1.1.1; \
3333
pecl install redis-3.1.6; \
3434
\

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN set -ex; \
2828
; \
2929
\
3030
# pecl will claim success even if one install fails, so we need to perform each install separately
31-
pecl install APCu-5.1.12; \
31+
pecl install APCu-5.1.14; \
3232
pecl install geoip-1.1.1; \
3333
pecl install redis-3.1.6; \
3434
\

0 commit comments

Comments
 (0)