Skip to content

Commit

Permalink
Merge pull request #287 from filecoin-saturn/feat/update-lassie-v0.6.8
Browse files Browse the repository at this point in the history
Disable connections on Elastic IPFS for now
  • Loading branch information
gruns authored Mar 20, 2023
2 parents fd20934 + 55b8855 commit 41018cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \

# Download lassie
ARG TARGETPLATFORM
ARG LASSIE_VERSION="v0.6.7"
ARG LASSIE_VERSION="v0.6.8"
RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCHITECTURE=amd64; \
elif [ "$TARGETPLATFORM" = "linux/arm64" ]; then ARCHITECTURE=arm64; \
else ARCHITECTURE=386; fi \
Expand Down
2 changes: 1 addition & 1 deletion container/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export LASSIE_EXPOSE_METRICS=true
export LASSIE_METRICS_PORT=7776
export LASSIE_METRICS_ADDRESS=0.0.0.0
export LASSIE_DISABLE_GRAPHSYNC=true

export LASSIE_EXCLUDE_PROVIDERS=bafzbeibhqavlasjc7dvbiopygwncnrtvjd2xmryk5laib7zyjor6kf3avm
mkdir -p $LASSIE_TEMP_DIRECTORY

if [ "${LASSIE_ORIGIN:-}" != "" ]; then
Expand Down

0 comments on commit 41018cc

Please sign in to comment.