Browse Source

Use LABEL over MAINTAINER

pull/2/head
Luke Childs 7 years ago
parent
commit
548541c49c
  1. 2
      Dockerfile

2
Dockerfile

@ -1,5 +1,5 @@
FROM debian:stable-slim
MAINTAINER Luke Childs <lukechilds123@gmail.com>
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
ADD ./bin /usr/local/bin

Loading…
Cancel
Save