upgrade to 1.3.2

This commit is contained in:
f 2019-12-20 18:29:08 -03:00
parent 9d862e960f
commit fcec9f796c
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 FROM sutty/daemonize:latest AS build
MAINTAINER "f <f@sutty.nl>" 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 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 \ RUN tar x -Of syncthing-linux-amd64-v${VERSION}.tar.gz syncthing-linux-amd64-v${VERSION}/syncthing \