Explorar o código

Removed deprecated MAINTAINER in dockerfile and Resolves #86

Yoginth %!s(int64=7) %!d(string=hai) anos
pai
achega
1ce83c3c3a
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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