Merge pull request #25 from cinemast/master

Use php7.0 instead of latest. (Closes #23)
This commit is contained in:
Samuel Laulhau
2016-12-19 09:49:18 +01:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM php:fpm
FROM php:7.0-fpm
MAINTAINER Samuel Laulhau <sam@lalop.co>