From bd8fcbaf4ba5cf781d640fc12c5ab534d94853e6 Mon Sep 17 00:00:00 2001 From: nhick Date: Sun, 9 Apr 2017 16:37:50 +0100 Subject: [PATCH] issue: docker build Dockerfile fails. reason: wrong parent image. fix: update parent image ref. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b50c543..287a41d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Pull base image. -FROM dockerfile/ubuntu +FROM ubuntu # Install MongoDB. RUN \