From 9fc9d1fca413cb82ff1210fe8293709ae5473514 Mon Sep 17 00:00:00 2001 From: cglewis Date: Tue, 31 Oct 2017 18:24:12 -0700 Subject: [PATCH] MAINTAINER is deprecated, using LABEL now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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