Преглед изворни кода

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