Merge pull request #80 from skyred/patch-28

Use PHP 7.1 on Alpine and be consistent
This commit is contained in:
Tianon Gravi 2017-04-07 09:40:29 -07:00 committed by GitHub
commit 96fb1e967a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from https://www.drupal.org/requirements/php#drupalversions
FROM php:7.0-fpm-alpine
FROM php:7.1-fpm-alpine
# install the PHP extensions we need
# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642