浏览代码

Updated Maintainer Email in Dockerfile

Yoginth 7 年之前
父节点
当前提交
73b1ff2d31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM golang:alpine AS builder
 
-MAINTAINER "Yoginth <yoginth@icloud.com>"
+MAINTAINER "Yoginth <yoginth@protonmail.com>"
 
 # Install build deps
 RUN apk --no-cache --no-progress add --virtual build-deps build-base git