1
0
Эх сурвалжийг харах

change default ipfs version to v0.12.2

Fabian Peter Hammerle 2 жил өмнө
parent
commit
7a0c059cbd
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.12.0
+ARG IPFS_VERSION=0.12.2
 COPY ipfs-arch.sh /
 ARG INSTALL_DEPENDENCIES="wget ca-certificates"
 RUN apt-get update \