upgrade base images for php-fpm and workspace.

These duplicated Dockerfiles will be merged onto single Dockerfile
later. The same Dockerfile will check for the PHP version variable
and install the necessary softwar's accordingly.
This commit is contained in:
Mahmoud Zalt
2017-04-20 13:45:04 -04:00
committed by Diego Antunes
parent d0effd9468
commit 4ce1d7f64a
7 changed files with 15 additions and 16 deletions

View File

@ -10,7 +10,7 @@
# https://hub.docker.com/r/laradock/php-fpm/tags/
#
FROM laradock/php-fpm:5.6--1.4
FROM laradock/php-fpm:1.4-v5.6
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>