Skip to content

Commit

Permalink
Update dockerfile to go-ipfs v0.5.0 per @ibnesayeed
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Apr 29, 2020
1 parent 03a46bc commit 60214d5
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 @@ -21,7 +21,7 @@ RUN mkdir -p /data/{warc,cdxj,ipfs}

# Download and install IPFS
ENV IPFS_PATH=/data/ipfs
ARG IPFS_VERSION=v0.4.23
ARG IPFS_VERSION=v0.5.0
RUN cd /tmp \
&& wget -q https://dist.ipfs.io/go-ipfs/${IPFS_VERSION}/go-ipfs_${IPFS_VERSION}_linux-amd64.tar.gz \
&& tar xvfz go-ipfs*.tar.gz \
Expand Down

0 comments on commit 60214d5

Please sign in to comment.