1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-03-16 02:22:46 +00:00

Use syncthing 0.14.39

This commit is contained in:
Girish Ramakrishnan 2017-10-14 11:47:27 -07:00
parent 88a47bcf1a
commit d72a041d67

@ -28,7 +28,7 @@ RUN ./configure \
--build=cloudron-river
RUN make install
ENV VERSION 0.14.38
ENV VERSION 0.14.39
RUN mkdir -p /app/code \
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \