File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/cosmos/proto-builder:0.14.0
1+ FROM ghcr.io/cosmos/proto-builder:0.15.2
22
33USER root
44
Original file line number Diff line number Diff line change 2020 BUILDER_IMAGE_TAG : " 1.23.1"
2121 BUILDER_IMAGE_NAME : " builder"
2222 BUILDER_DOCKERFILE : " .github/images/builder.Dockerfile"
23- PROTOGEN_IMAGE_TAG : " 0.2.0 "
23+ PROTOGEN_IMAGE_TAG : " 0.2.1 "
2424 PROTOGEN_IMAGE_NAME : " protogen"
2525 PROTOGEN_DOCKERFILE : " .github/images/protogen.Dockerfile"
2626
Original file line number Diff line number Diff line change @@ -187,8 +187,8 @@ test-unit-coverage-report: ## Generate global code coverage report in HTML
187187# ##############################################################################
188188# ## Proto ###
189189# ##############################################################################
190- protoVer =0.2.0
191- protoImageName =public.ecr.aws /nolus/protogen:$(protoVer )
190+ protoVer =0.2.1
191+ protoImageName =ghcr.io /nolus-protocol/nolus-core /protogen:$(protoVer )
192192protoImage =docker run --rm -v $(CURDIR ) :/workspace --workdir /workspace --user root $(protoImageName )
193193
194194proto-all : proto-format proto-lint proto-gen
You can’t perform that action at this time.
0 commit comments