Merge pull request #102 from cglewis/master

MAINTAINER is deprecated, using LABEL now
This commit is contained in:
Remco Verhoef 2017-11-07 13:46:49 +01:00 committed by GitHub
commit d0c7241b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
FROM golang:1.7-alpine
MAINTAINER Remco Verhoef <remco@dutchcoders.io>
LABEL maintainer="Remco Verhoef <remco@dutchcoders.io>"
# Copy the local package files to the container's workspace.
ADD . /go/src/github.com/dutchcoders/transfer.sh