From 26b887b883fe85a60053ee8e5a77650eb26d9d96 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 19 Nov 2021 10:45:38 -0800 Subject: [PATCH] build: update location of proto builder image (#7296) Updates #7272. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 043b2031d..d091b9d48 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ endif LD_FLAGS = -X github.com/tendermint/tendermint/version.TMVersion=$(VERSION) BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)" -DOCKER_PROTO_BUILDER := docker run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto +BUILD_IMAGE := ghcr.io/tendermint/docker-build-proto +DOCKER_PROTO_BUILDER := docker run -v $(shell pwd):/workspace --workdir /workspace $(BUILD_IMAGE) CGO_ENABLED ?= 0 # handle nostrip