summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Gleich <matthewgleich@gmail.com>2020-01-21 20:11:08 -0500
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-01-22 11:04:46 +0800
commit80ac0fcf1b8e8d8681f34fd7d12e10b3ab450342 (patch)
tree7fb4752a614e3968ee90608e31a8d2b01820b91e
parentf7cff58fd53bdb50fef857fdae65ee1230fd0061 (diff)
downloadgitpython-80ac0fcf1b8e8d8681f34fd7d12e10b3ab450342.tar.gz
Replace MAINTAINER with label
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fc42f18f..b117e62b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,10 @@
#
FROM ubuntu:xenial
-MAINTAINER James E. King III <jking@apache.org>
+
+# Metadata
+LABEL maintainer="jking@apache.org"
+
ENV CONTAINER_USER=user
ENV DEBIAN_FRONTEND noninteractive