Skip to content

Commit b41af25

Browse files
authored
Merge pull request #51 from skyred/patch-22
Switch Drupal 7 PHP version to 7
2 parents 9266479 + 41970d6 commit b41af25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

7/apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# from https://www.drupal.org/requirements/php#drupalversions
2-
FROM php:5.6-apache
2+
FROM php:7.0-apache
33

44
RUN a2enmod rewrite
55

7/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# from https://www.drupal.org/requirements/php#drupalversions
2-
FROM php:5.6-fpm
2+
FROM php:7.0-fpm
33

44
# install the PHP extensions we need
55
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \

0 commit comments

Comments
 (0)