From ffe42355e1022f6b683a22232e0b5c3201607a99 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 4 Jun 2025 21:01:01 +0200 Subject: [PATCH] push to 2.12.0 --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 56a1384..6ecce61 100644 --- a/Containerfile +++ b/Containerfile @@ -17,6 +17,7 @@ WORKDIR /go/ntfy RUN git checkout "$VERSION" ENV CGO_CFLAGS="-D_LARGEFILE64_SOURCE" +ENV GOPROXY="proxy.golang.org,direct" RUN make web RUN make web-build