mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 22:20:18 +01:00
MAINTAINER is deprecated, using LABEL now
This commit is contained in:
parent
6a6cce7c28
commit
9fc9d1fca4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM golang:1.7-alpine
|
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.
|
# Copy the local package files to the container's workspace.
|
||||||
ADD . /go/src/github.com/dutchcoders/transfer.sh
|
ADD . /go/src/github.com/dutchcoders/transfer.sh
|
||||||
|
|
Loading…
Reference in a new issue