diff --git a/Containerfile b/Containerfile index a0fe5f4..405ef23 100644 --- a/Containerfile +++ b/Containerfile @@ -17,7 +17,7 @@ WORKDIR /go/ntfy RUN git checkout "$VERSION" ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE" -ENV GOPROXY="proxy.golang.org" +ENV GOPROXY="gocenter.io" RUN make web RUN make web-build