Skip to content

Commit

Permalink
update dockerfile and rebuild protos
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Sep 1, 2023
1 parent 3d2341b commit 1700bd5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ release:
goreleaser/goreleaser-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist

protoVer=0.14.0
protoVer=0.13.5
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
2 changes: 1 addition & 1 deletion local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1-alpine3.17 AS build-env
FROM golang:1.21-alpine3.17 AS build-env

RUN apk add --update --no-cache curl make git libc-dev bash gcc linux-headers eudev-dev

Expand Down
38 changes: 19 additions & 19 deletions relayer/chains/penumbra/core/ibc/v1alpha1/ibc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1700bd5

Please sign in to comment.