ソースを参照

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キー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


読み込み中…
キャンセル
保存