From aa3b154944ba9cd339ed1f8c9e2dd99b8f163b38 Mon Sep 17 00:00:00 2001 From: Ian Blenke Date: Sat, 13 Sep 2014 23:07:03 -0400 Subject: [PATCH] Changing the maintainer email in the Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 9ff1bdf1..99a80957 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:14.04 -MAINTAINER ian@blenke.com +MAINTAINER andrew@andrewcantino.com ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \