Skip to content

Commit

Permalink
Update Go Relayer Version (Stride-Labs#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Oct 6, 2022
1 parent c9ff598 commit f0c32eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path = deps/hermes
url = git@github.com:informalsystems/ibc-rs.git
[submodule "deps/relayer"]
# Commit: 5a34802a485282cb18095fcf23e5de1c6da4ff66
# Commit: da271a9846619bebe4d8723a13c33f613da7562d
# Branch: andrew/client_icq
path = deps/relayer
url = git@github.com:cosmos/relayer.git
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.relayer
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.18-alpine3.15 AS builder

WORKDIR /src/

ENV COMMIT_HASH=65d6065e8016e420c0ddaf9141b5c834e01804c0
ENV COMMIT_HASH=da271a9846619bebe4d8723a13c33f613da7562d

RUN apk add --update git make gcc linux-headers libc-dev eudev-dev
RUN git clone https://github.com/cosmos/relayer.git \
Expand Down

0 comments on commit f0c32eb

Please sign in to comment.