Skip to content

Commit

Permalink
Merge pull request #823 from oduwsdl/issue-822
Browse files Browse the repository at this point in the history
Update kubo to v0.26.0 for testing in anticipation of release
  • Loading branch information
machawk1 authored Jan 22, 2024
2 parents b5c6a70 + 636d2a0 commit 3c6f222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- "0.23"
- "0.24"
- "0.25"
- "0.26"
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}

# Download and install IPFS
ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.25.0
ARG IPFS_VERSION=v0.26.0
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-amd64.tar.gz \
&& tar xvfz kubo*.tar.gz \
Expand Down

0 comments on commit 3c6f222

Please sign in to comment.