upgrade to 1.3.2
This commit is contained in:
parent
9d862e960f
commit
fcec9f796c
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.3.0
|
||||
ARG VERSION=1.3.2
|
||||
|
||||
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