From 1257f8830abfd98bffcb88bc3ee707cd99bdb839 Mon Sep 17 00:00:00 2001 From: "Yu-Lung Shao (Allen)" Date: Mon, 10 Apr 2017 15:20:10 +0800 Subject: [PATCH] use PHP71 build workspace get ERROR fix #752, has a wrong comment string --- workspace/Dockerfile-71 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workspace/Dockerfile-71 b/workspace/Dockerfile-71 index 43312667..9d5b1dbd 100644 --- a/workspace/Dockerfile-71 +++ b/workspace/Dockerfile-71 @@ -10,7 +10,8 @@ # https://hub.docker.com/r/laradock/workspace/tags/ # -FROM laradock/workspace:1.3 # placeholder. Need change after new image would be built. +# placeholder. Need change after new image would be built. +FROM laradock/workspace:1.3 MAINTAINER Mahmoud Zalt