Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
update Dockerfile to use v1.12.0 of kelp binary (to be released soon)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf committed Nov 5, 2021
1 parent 5224e5b commit 4982f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ RUN curl -L https://github.com/stellar/kelp/releases/download/ccxt-rest_v0.0.4/c
RUN unzip /root/.kelp/ccxt/ccxt-rest_linux-x64.zip -d /root/.kelp/ccxt

# fetch kelp archive
RUN curl -L https://github.com/stellar/kelp/releases/download/v1.11.0/kelp-v1.11.0-linux-amd64.tar -o kelp-archive.tar
RUN curl -L https://github.com/stellar/kelp/releases/download/v1.12.0/kelp-v1.12.0-linux-amd64.tar -o kelp-archive.tar
# extract
RUN tar xvf kelp-archive.tar
# set working directory
WORKDIR kelp-v1.11.0
WORKDIR kelp-v1.12.0

# set ulimit
RUN ulimit -n 10000
Expand Down

0 comments on commit 4982f10

Please sign in to comment.