Skip to content

Commit

Permalink
Update PHP and APCu
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 authored Jun 24, 2016
1 parent ddacc7e commit a50529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.0.7-fpm
FROM php:7.0.8-fpm

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

Expand All @@ -9,5 +9,5 @@ RUN apt-get update && apt-get install -y zlib1g-dev libicu-dev libpq-dev \
&& docker-php-ext-install pdo_mysql \
&& docker-php-ext-install pdo_pgsql \
## APCu
&& pecl install apcu-5.1.4 \
&& pecl install apcu-5.1.5 \
&& docker-php-ext-enable apcu

0 comments on commit a50529e

Please sign in to comment.