Skip to content

Commit

Permalink
Update Dockerfile.refiner
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLogan authored Feb 9, 2023
1 parent f1f10eb commit bbba09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile.refiner
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir -p /refiner
WORKDIR /refiner
RUN git clone https://github.com/aurora-is-near/borealis-engine-lib.git
WORKDIR borealis-engine-lib
RUN git checkout 1dfd366c53ae9533904d4f7b6cb92eb4329b739c
RUN git checkout v0.17.0
RUN mkdir -p output/refiner
RUN cargo build --release && echo OK

Expand Down

0 comments on commit bbba09c

Please sign in to comment.