From 419b00c2155bf64ec188871ca1611fd02323c545 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 16 Mar 2020 08:57:16 -0700 Subject: [PATCH] Update syncthing to 1.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 757c6bb..1c1aa27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 -ARG VERSION=1.3.4 +ARG VERSION=1.4.0 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \ | tar -xz -C /app/code --strip-components=1