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)