From 4e805ba62fbf550ff0601efb2e431d0b78a22f0e Mon Sep 17 00:00:00 2001 From: Shane Perry Date: Thu, 25 May 2017 21:15:12 -0500 Subject: [PATCH] Bumps version to 0.14.28 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea4a245..3d054dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.27 +ENV VERSION 0.14.28 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \