From dc95e727785038b629731a3bd3371fa67a56c71b Mon Sep 17 00:00:00 2001
From: Mayank <mayankrathee.japan@gmail.com>
Date: Thu, 20 Feb 2020 20:41:29 +0530
Subject: [PATCH] Update README.md

---
 EzPC/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/EzPC/README.md b/EzPC/README.md
index d19a6ac..8da31c1 100644
--- a/EzPC/README.md
+++ b/EzPC/README.md
@@ -116,7 +116,7 @@ Sample compilation of ezpc program to cpp
 - Run the generated `a.out` file in `obliv-c/test/oblivc/ezpc` with -r 0 and -r 1 parameters to run client and server respectively. (`./a.out -r 0` and `./a.out -r 1`)
 
 # Express Installation/Running with Docker (easier)
-
+*** NOTE: The Dockerfile in our master branch is outdated. To use our latest Dockerfile, refer to https://github.com/mpc-msri/EzPC/issues/15. 
 EzPC is shipped with a Dockerfile which can be used to generate Docker image for the project. This Dockerfile will yeild a Docker image with EzPC project set up by default and all dependencies including ABY will be automatically installed.<br />
 Follow the following instructions to set up the Docker image:<br />
 - Install Docker on your system (works with all major OS).
-- 
GitLab