add docker build version to the base image

This commit is contained in:
Mahmoud Zalt 2016-07-27 04:34:45 +03:00
parent c792a780ee
commit e65f0dceba
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#--------------------------------------------------------------------------
#
FROM laradock/php-fpm:5.6
FROM laradock/php-fpm:5.6--1.0
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>

View File

@ -4,7 +4,7 @@
#--------------------------------------------------------------------------
#
FROM laradock/php-fpm:7.0
FROM laradock/php-fpm:7.0--1.0
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>