diff --git a/Dockerfile b/Dockerfile index 1f1d136..6c58091 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM golang:1.7-alpine -MAINTAINER Remco Verhoef +LABEL maintainer="Remco Verhoef " # Copy the local package files to the container's workspace. ADD . /go/src/github.com/dutchcoders/transfer.sh