We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9266479 + 41970d6 commit b41af25Copy full SHA for b41af25
7/apache/Dockerfile
@@ -1,5 +1,5 @@
1
# from https://www.drupal.org/requirements/php#drupalversions
2
-FROM php:5.6-apache
+FROM php:7.0-apache
3
4
RUN a2enmod rewrite
5
7/fpm/Dockerfile
-FROM php:5.6-fpm
+FROM php:7.0-fpm
# install the PHP extensions we need
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
0 commit comments