Parcourir la source

Update syncthing to 0.14.45

Girish Ramakrishnan il y a 7 ans
Parent
commit
6d051c2ad1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,7 +1,7 @@
 FROM cloudron/base:0.10.0
 MAINTAINER Syncthing Developers <support@cloudron.io>
 
-ENV VERSION 0.14.44
+ENV VERSION 0.14.45
 
 RUN mkdir -p /app/code \
     && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \