瀏覽代碼

change default ipfs version to 0.9.1

Fabian Peter Hammerle 3 年之前
父節點
當前提交
3bf288ed9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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