Skip to content

Commit 4e1a44f

Browse files
committed
Update src of ipfs binaries to use the .tech TLD. h/t @lidel
Re:#843 #845
1 parent b4f847d commit 4e1a44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV IPFS_PATH=/data/ipfs
2424
ARG IPFS_VERSION=v0.31.0
2525
ARG BUILDARCH
2626
RUN cd /tmp \
27-
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
27+
&& wget -q https://dist.ipfs.tech/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
2828
&& tar xvfz kubo*.tar.gz \
2929
&& mv kubo/ipfs /usr/local/bin/ipfs \
3030
&& rm -rf kubo* \

0 commit comments

Comments
 (0)