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