Ver código fonte

Removed deprecated MAINTAINER in dockerfile and Resolves #86

Yoginth 7 anos atrás
pai
commit
1ce83c3c3a
1 arquivos alterados com 0 adições e 2 exclusões
  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