From e628a70b60f489bc61554be45634a8503a378b5e Mon Sep 17 00:00:00 2001 From: Shane Perry Date: Tue, 6 Jun 2017 07:51:20 -0500 Subject: [PATCH] Bumps syncthing version to 0.14.29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89ec8a2..056b680 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.28 +ENV VERSION 0.14.29 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \