update base images version for workspace and php-fpm

This commit is contained in:
Mahmoud Zalt
2017-04-21 22:37:48 -04:00
parent a44cae4408
commit b1c546efc9
6 changed files with 18 additions and 7 deletions

View File

@ -9,8 +9,10 @@
# To change its version, see the available Tags on the Docker Hub:
# https://hub.docker.com/r/laradock/php-fpm/tags/
#
# Note: Base Image name format {image-tag}-{php-version}
#
FROM laradock/php-fpm:1.4-v7.0
FROM laradock/php-fpm:1.4-70
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>