瀏覽代碼

Merge pull request #102 from cglewis/master

MAINTAINER is deprecated, using LABEL now
tags/v1.0.0
Remco Verhoef 6 年之前
committed by GitHub
父節點
當前提交
d0c7241b31
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -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


Loading…
取消
儲存