From a2ebc0d98324d93cda34e7ceec2e1f710b00e0a6 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Thu, 5 May 2016 12:45:00 -0700 Subject: [PATCH] Pin down Ubuntu version for dockerfile in v3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 935d45ebf..993308de2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:wily MAINTAINER Brady Wetherington RUN apt-get update && apt-get install -y \