From 6a9afb538a43f917fe368016bf5559eea170e547 Mon Sep 17 00:00:00 2001 From: Paulo Gomes Date: Mon, 7 Feb 2022 17:57:19 +0000 Subject: [PATCH] Test with stdio Signed-off-by: Paulo Gomes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3229494bc..17d6609ac 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ IMG ?= fluxcd/source-controller TAG ?= latest # Base image used to build the Go binary -LIBGIT2_IMG ?= quay.io/paulinhu/golang-with-libgit2 +LIBGIT2_IMG ?= ghcr.io/pjbgf/golang-with-libgit2 LIBGIT2_TAG ?= libgit2-1.1.1-6-nostdio # Allows for defining additional Docker buildx arguments,