This commit is contained in:
f 2019-10-01 10:30:36 -03:00
parent 697a8f8ded
commit 4861d0f9a9
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -1,7 +1,7 @@
FROM sutty/daemonize:latest AS build
MAINTAINER "f <f@sutty.nl>"
ARG VERSION=1.2.2
ARG VERSION=1.3.0
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 \