From ca66c0a3334a8dd6864ee18f7c721244b4f20c08 Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Sat, 27 Jan 2018 15:21:39 -0500 Subject: [PATCH] Dockerfile: Update to current Pelias contact email address Per https://github.com/pelias/pelias/tree/master/announcements/2018-01-02-pelias-update replace @mapzen.com email address in Dockerfile with the current Pelias contact email address. For example this will be visible from `docker inspect` with the other labels. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e28228c3..0f0eefe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM pelias/baseimage # maintainer information -LABEL maintainer="pelias@mapzen.com" +LABEL maintainer="pelias.team@gmail.com" EXPOSE 3100