fix broken builds

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-09-06 10:54:16 -07:00
parent 2cdc0a5add
commit b2bb390524
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:edge
MAINTAINER Jessica Frazelle <jess@docker.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH

View File

@ -9,7 +9,7 @@
# --name pivman \
# jess/pivman
#
FROM ubuntu:14.04
FROM ubuntu:16.04
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \