MAINTAINER is deprecated

This commit is contained in:
Wonderfall
2017-01-19 02:31:59 +01:00
parent 85fd16739d
commit 06cb9d839b
13 changed files with 28 additions and 19 deletions

View File

@ -1,5 +1,4 @@
FROM alpine:3.5
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
ARG RTORRENT_VER=0.9.6
ARG LIBTORRENT_VER=0.13.6
@ -89,6 +88,7 @@ EXPOSE 3000 49184 49184/udp
LABEL description="BitTorrent client with WebUI front-end" \
rtorrent="rTorrent BiTorrent client v$RTORRENT_VER" \
libtorrent="libtorrent v$LIBTORRENT_VER" \
filebot="Filebot v$FILEBOT_VER"
filebot="Filebot v$FILEBOT_VER" \
maintainer="Wonderfall <wonderfall@targaryen.house>"
CMD ["run.sh"]