Skip to content

Commit af3676d

Browse files
committed
Update PHP version
This also makes sure that we install the PHP7 version of APCu by explicitly specifying value.
1 parent 2efc71d commit af3676d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.0.5-fpm
1+
FROM php:7.0.6-fpm
22

33
COPY config/custom.ini /usr/local/etc/php/conf.d/
44

@@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev libpq-dev \
99
&& docker-php-ext-install pdo_mysql \
1010
&& docker-php-ext-install pdo_pgsql \
1111
## APCu
12-
&& pecl install apcu \
12+
&& pecl install apcu-5.1.3 \
1313
&& docker-php-ext-enable apcu

0 commit comments

Comments
 (0)