diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e656cce..780d858 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,10 +21,10 @@ jobs: - "3.12" - "3.13" ipfs: - - "0.28" - "0.29" - "0.30" - "0.31" + - "0.32" runs-on: ${{ matrix.os }} name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }} steps: diff --git a/Dockerfile b/Dockerfile index 3117525..345c0a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs} # Download and install IPFS ENV IPFS_PATH=/data/ipfs -ARG IPFS_VERSION=v0.31.0 +ARG IPFS_VERSION=v0.32.0 ARG BUILDARCH RUN cd /tmp \ && wget -q https://dist.ipfs.tech/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \