From dca3ad9cb8a802dfbdf47ab6e606b375d19c072f Mon Sep 17 00:00:00 2001 From: Erin Corson Date: Fri, 24 Jun 2016 17:44:17 -0600 Subject: [PATCH] revert base image to centurylink/ca-certs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 551f13a..342e223 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:14.04 +FROM centurylink/ca-certs COPY watchtower / ENTRYPOINT ["/watchtower"]