Skip to content

Commit d4282d1

Browse files
committed
Update to kubo 0.32.1 for testing
1 parent 290b761 commit d4282d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- "0.29"
2525
- "0.30"
2626
- "0.31"
27-
- "0.32"
27+
- "0.32.1"
2828
runs-on: ${{ matrix.os }}
2929
name: ${{ matrix.os }} Py-${{ matrix.python }} IPFS-${{ matrix.ipfs }}
3030
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}
2121

2222
# Download and install IPFS
2323
ENV IPFS_PATH=/data/ipfs
24-
ARG IPFS_VERSION=v0.32.0
24+
ARG IPFS_VERSION=v0.32.1
2525
ARG BUILDARCH
2626
RUN cd /tmp \
2727
&& wget -q https://dist.ipfs.tech/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \

0 commit comments

Comments
 (0)