From b2bb3905246b43795ae2eeaf8b5ff887c29ec622 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 6 Sep 2016 10:54:16 -0700 Subject: [PATCH] fix broken builds Signed-off-by: Jess Frazelle --- checkup/Dockerfile | 2 +- pivman/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checkup/Dockerfile b/checkup/Dockerfile index cd65477..8ec5a97 100644 --- a/checkup/Dockerfile +++ b/checkup/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:edge MAINTAINER Jessica Frazelle ENV PATH /go/bin:/usr/local/go/bin:$PATH diff --git a/pivman/Dockerfile b/pivman/Dockerfile index 8723cc2..560eaf3 100644 --- a/pivman/Dockerfile +++ b/pivman/Dockerfile @@ -9,7 +9,7 @@ # --name pivman \ # jess/pivman # -FROM ubuntu:14.04 +FROM ubuntu:16.04 MAINTAINER Jessie Frazelle RUN apt-get update && apt-get install -y \