From d72a041d672854c2d8f36d72ae58423bdf7dbe11 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 14 Oct 2017 11:47:27 -0700 Subject: [PATCH] Use syncthing 0.14.39 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d49f5e8..0b2d55a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.38 +ENV VERSION 0.14.39 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \