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
parent a6ff3d0666
commit 4dda815980
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>