소스 검색

change default ipfs version to 0.9.0 (/api/v0/dag/export endpoint, custom dns resolvers, new webui, ...)

https://github.com/ipfs/go-ipfs/releases/tag/v0.9.0
Fabian Peter Hammerle 3 년 전
부모
커밋
137e90cce1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,7 +19,7 @@ RUN apt-get update \
     && chown ipfs $IPFS_PATH
     && chown ipfs $IPFS_PATH
 VOLUME $IPFS_PATH
 VOLUME $IPFS_PATH
 
 
-ARG IPFS_VERSION=0.8.0
+ARG IPFS_VERSION=0.9.0
 COPY ipfs-arch.sh /
 COPY ipfs-arch.sh /
 ARG INSTALL_DEPENDENCIES="wget ca-certificates"
 ARG INSTALL_DEPENDENCIES="wget ca-certificates"
 RUN apt-get update \
 RUN apt-get update \