aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWallyss Lima <wallysslima@gmail.com>2019-10-03 11:58:22 -0300
committerWallyss Lima <wallysslima@gmail.com>2019-10-03 11:58:22 -0300
commit5e752a5bf606ec50fffca5a2269ade32a22c1fe4 (patch)
treedf391ede8fc34eceb8f3f6dc2d33b8ae7ca0609b
parent51a9cec47ad815451a8cdf1408a50ea525111442 (diff)
downloadvim-sonictemplate-5e752a5bf606ec50fffca5a2269ade32a22c1fe4.tar.gz
vim-sonictemplate-5e752a5bf606ec50fffca5a2269ade32a22c1fe4.tar.bz2
vim-sonictemplate-5e752a5bf606ec50fffca5a2269ade32a22c1fe4.zip
replace deprecated MANTAINER with LABEL in Dockerfile
-rw-r--r--template/dockerfile/base-main.dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/dockerfile/base-main.dockerfile b/template/dockerfile/base-main.dockerfile
index de043d3..cc87523 100644
--- a/template/dockerfile/base-main.dockerfile
+++ b/template/dockerfile/base-main.dockerfile
@@ -1,4 +1,4 @@
FROM {{_input_:FROM_image}}
-MAINTAINER {{_input_:author}} <{{_input_:email}}>
+LABEL maintainer "{{_input_:author}} <{{_input_:email}}>"
RUN {{_cursor_}}