From b17b0738201cf54db9ded0a87aef034f93c07e30 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Mon, 19 Nov 2018 08:17:23 +0100 Subject: [PATCH] [REL]Syncthing 0.14.52 --- syncthing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing/Dockerfile b/syncthing/Dockerfile index 2c49143..2b4e18d 100644 --- a/syncthing/Dockerfile +++ b/syncthing/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.10 AS builder MAINTAINER Yaltik - Fabien Bourgeois -ENV VERSION v0.14.49 +ENV VERSION v0.14.52 RUN mkdir -p /go/src/github.com/syncthing/syncthing RUN git clone --branch "${VERSION}" --depth 1 https://github.com/syncthing/syncthing /go/src/github.com/syncthing/syncthing