File tree Expand file tree Collapse file tree 2 files changed +3
-44
lines changed Expand file tree Collapse file tree 2 files changed +3
-44
lines changed Original file line number Diff line number Diff line change @@ -271,8 +271,8 @@ endif
271
271
272
272
HTTPS_GIT := https://github.com/crypto-org-chain/cronos.git
273
273
protoVer =0.14.0
274
- protoImageName =cosmossdk- proto
275
- protoImage =$(DOCKER ) run --rm -v $(CURDIR ) :/workspace --workdir /workspace --user root $(protoImageName )
274
+ protoImageName =ghcr.io/cosmos/ proto-builder: $( protoVer )
275
+ protoImage =$(DOCKER ) run --rm -v " $(CURDIR ) " :/workspace --workdir /workspace --user root $(protoImageName )
276
276
277
277
# ------
278
278
# NOTE: If you are experiencing problems running these commands, try deleting
@@ -281,8 +281,7 @@ protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace --use
281
281
proto-all : proto-format proto-lint proto-gen
282
282
283
283
proto-gen :
284
- @echo " Generating Protobuf files ${CURDIR} "
285
- $(DOCKER ) build --pull --rm -f " contrib/devtools/Dockerfile" -t cosmossdk-proto:latest " contrib/devtools"
284
+ @echo " Generating Protobuf files"
286
285
$(protoImage ) sh ./scripts/protocgen.sh
287
286
288
287
proto-lint :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments