Skip to content

Commit

Permalink
Dockerfile: stop using proxy.golang.org
Browse files Browse the repository at this point in the history
Still throwing 410's for resources which used to exist :(

Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Aug 13, 2019
1 parent d367455 commit b297a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM golang:1.12.8 AS build
WORKDIR /contour

ENV GOPROXY=https://proxy.golang.org
COPY go.mod ./
RUN go mod download

Expand Down

0 comments on commit b297a5f

Please sign in to comment.