[REL]Syncthing 0.14.52

This commit is contained in:
Fabien BOURGEOIS 2018-11-19 08:17:23 +01:00
parent 73daa49691
commit b17b073820

View File

@ -1,7 +1,7 @@
FROM golang:1.10 AS builder
MAINTAINER Yaltik - Fabien Bourgeois <fabien@yaltik.com>
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