Skip to content

Commit

Permalink
Update to kubo 0.32.1 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Nov 21, 2024
1 parent 290b761 commit d4282d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "0.29"
- "0.30"
- "0.31"
- "0.32"
- "0.32.1"
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.32.0
ARG IPFS_VERSION=v0.32.1
ARG BUILDARCH
RUN cd /tmp \
&& wget -q https://dist.ipfs.tech/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
Expand Down

0 comments on commit d4282d1

Please sign in to comment.