use LABEL instead of deprecated MAINTAINER directive

This commit is contained in:
You-Sheng Yang 2018-11-13 14:24:21 +08:00
parent 6ae3bc0b84
commit d5662634ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM debian:testing
MAINTAINER hans@eds.org
LABEL maintainer="hans@eds.org"
ENV LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive