Преглед изворни кода

default ipfs version v0.8.0

Fabian Peter Hammerle пре 3 година
родитељ
комит
7faa3eb217
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.7.0
+ARG IPFS_VERSION=0.8.0
 COPY ipfs-arch.sh /
 ARG INSTALL_DEPENDENCIES="wget ca-certificates"
 RUN apt-get update \