MAINTAINER is deprecated

This commit is contained in:
Shao Yu Lung
2018-03-16 21:09:15 +08:00
parent 436e9e5a66
commit 349be8b30e
19 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
FROM postgres:alpine
MAINTAINER Ben M <git@bmagg.com>
LABEL maintainer="Ben M <git@bmagg.com>"
CMD ["postgres"]