From 211b69442931cabfa25a2147be987aa6e37b769c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9A=E5=88=9A=E6=80=8E=E4=B9=88=E4=BA=86?= <34846991+884980336@users.noreply.github.com> Date: Wed, 15 Apr 2020 09:18:36 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ed646709..b2132f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM golang:latest as builder WORKDIR /app +ENV GOPROXY https://goproxy.io COPY go.mod go.sum ./ RUN go mod download COPY . .