From bc5580d29d2f9e6d66ab09e0d3289054a90a4e04 Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Thu, 20 Oct 2016 20:20:38 -0400 Subject: [PATCH] use a specific version of ubuntu for static build --- Dockerfile.build-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build-static b/Dockerfile.build-static index 379544f..b290605 100644 --- a/Dockerfile.build-static +++ b/Dockerfile.build-static @@ -1,4 +1,4 @@ -FROM ubuntu +FROM ubuntu:16.04 RUN apt-get update -yy && \ apt-get install -yy git make curl pkg-config