Bumps syncthing version to 0.14.29

This commit is contained in:
Shane Perry 2017-06-06 07:51:20 -05:00
parent 02e9dbdedc
commit e628a70b60
1 changed files with 1 additions and 1 deletions

View File

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