From a3f10a7f2d42ac7b688252a8c4589313879fcf0e Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 14 Dec 2017 16:09:28 +0530 Subject: [PATCH] Use syncthing 0.14.41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 227f626..90b4097 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.40 +ENV VERSION 0.14.41 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \