Merge pull request #80 from skyred/patch-28
Use PHP 7.1 on Alpine and be consistent
This commit is contained in:
commit
96fb1e967a
|
|
@ -1,5 +1,5 @@
|
||||||
# from https://www.drupal.org/requirements/php#drupalversions
|
# 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
|
# install the PHP extensions we need
|
||||||
# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642
|
# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue