From 1b72b047e2ff3f2f25ff2fe7bf150be075cdd83e Mon Sep 17 00:00:00 2001 From: Alex | Interchain Labs Date: Tue, 10 Jun 2025 16:43:51 -0400 Subject: [PATCH] chore: bump proto-builder image (#24863) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63ddfe49d4..ec36a316f8 100644 --- a/Makefile +++ b/Makefile @@ -406,7 +406,7 @@ lint-fix: ### Protobuf ### ############################################################################### -protoVer=0.17.0 +protoVer=0.17.1 protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer) protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)