From fcec9f796c706ee468a9541ccade0ba40fef43ce Mon Sep 17 00:00:00 2001 From: f Date: Fri, 20 Dec 2019 18:29:08 -0300 Subject: [PATCH] upgrade to 1.3.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e3fa17..3d4a02d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sutty/daemonize:latest AS build MAINTAINER "f " -ARG VERSION=1.3.0 +ARG VERSION=1.3.2 RUN wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz RUN tar x -Of syncthing-linux-amd64-v${VERSION}.tar.gz syncthing-linux-amd64-v${VERSION}/syncthing \