From 3f204b923dd0eaf1a35f51c0f1784347088b2f1b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 4 Jun 2025 21:04:12 +0200 Subject: [PATCH] push to 2.12.0 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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