瀏覽代碼

Removed deprecated MAINTAINER in dockerfile and Resolves #86

Yoginth 7 年之前
父節點
當前提交
1ce83c3c3a
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Dockerfile

+ 0 - 2
Dockerfile

@@ -1,7 +1,5 @@
 FROM golang:alpine AS builder
 
-MAINTAINER "Yoginth <yoginth@protonmail.com>"
-
 # Install build deps
 RUN apk --no-cache --no-progress add --virtual build-deps build-base git
 WORKDIR /go/src/gitote/gitote