Skip to content

Commit

Permalink
Update src of ipfs binaries to use the .tech TLD. h/t @lidel
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Oct 16, 2024
1 parent b4f847d commit 4e1a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.31.0
ARG BUILDARCH
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
&& wget -q https://dist.ipfs.tech/kubo/${IPFS_VERSION}/kubo_${IPFS_VERSION}_linux-$BUILDARCH.tar.gz \
&& tar xvfz kubo*.tar.gz \
&& mv kubo/ipfs /usr/local/bin/ipfs \
&& rm -rf kubo* \
Expand Down

0 comments on commit 4e1a44f

Please sign in to comment.