Skip to content

Commit f0514c3

Browse files
committed
revert back to master
1 parent 59bdfe4 commit f0514c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ WORKDIR /across-relayer
2828
# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
2929
#RUN git clone https://github.com/across-protocol/relayer-v2.git .
3030
# Temporary test branch
31-
RUN git clone -b bz/optimisticProposer https://github.com/across-protocol/relayer.git .
31+
RUN git clone https://github.com/across-protocol/relayer.git .
3232

3333
# This command fix a concurrency issue when the package was not found.
3434
RUN npx -y only-allow npm

0 commit comments

Comments
 (0)