Skip to content

Commit

Permalink
chore: bump RIF relay version (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Sep 6, 2024
1 parent 83e9db4 commit c0c698f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/rif-relay/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN git clone https://github.com/rsksmart/rif-relay-contracts.git

WORKDIR /rif-relay-contracts

RUN git checkout d72976fd0834f034df1c3c6b068c95e5f6110d59
RUN git checkout ccdfb99f93ba35b8e8e53ab6050311029cbe668e
COPY contracts.patch .
RUN git apply contracts.patch

Expand All @@ -17,7 +17,7 @@ RUN git clone https://github.com/rsksmart/rif-relay-server.git

WORKDIR /rif-relay-server

RUN git checkout d26d46dfa732ada658c58d8c03282598753211c0
RUN git checkout 723893cc3e3bf2ee9fc9f9130fb03ba45ae150ee
COPY server.patch .
RUN git apply server.patch

Expand Down

0 comments on commit c0c698f

Please sign in to comment.