diff --git a/Containerfile b/Containerfile index 6ecce61..8142976 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,direct" +ENV GOPROXY="direct" RUN make web RUN make web-build