1.3.0
This commit is contained in:
parent
697a8f8ded
commit
4861d0f9a9
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue