Changing the maintainer email in the Dockerfile

Ian Blenke 10 年之前
父節點
當前提交
aa3b154944
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,5 +1,5 @@
1 1
 FROM ubuntu:14.04
2
-MAINTAINER ian@blenke.com 
2
+MAINTAINER andrew@andrewcantino.com
3 3
 
4 4
 ENV DEBIAN_FRONTEND noninteractive
5 5
 RUN apt-get update && \