Skip to content

Commit

Permalink
ref correct version of hyperlane
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 21, 2023
1 parent ff02b23 commit dbb4879
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions geth-poa/hyperlane-deployer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ RUN apk update && apk add --no-cache git yarn expect

WORKDIR /

# Hyperlane 3.5 release w/ current primev changes in main
RUN git clone https://github.com/primevprotocol/hyperlane-monorepo.git
WORKDIR /hyperlane-monorepo
RUN git checkout 4f73750291e9afa249ffa4d2fe34227cc9f275a8
# Hyperlane 3.5 release w/ merged primev changes
# https://github.com/primevprotocol/hyperlane-monorepo/commit/0d447db0d121872ac59d97766dc4c755311bea30
RUN git checkout 0d447db0d121872ac59d97766dc4c755311bea30

RUN yarn install
RUN yarn build
Expand Down

0 comments on commit dbb4879

Please sign in to comment.