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