Parcourir la source

Updated to new upstream version

Dennis Schwerdel il y a 7 ans
Parent
commit
7620eec7b6
3 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 4 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      Dockerfile

+ 4 - 0
CHANGELOG

@@ -24,3 +24,7 @@
 
 [0.2.3]
 * Updated to version 0.14.30
+
+[0.2.4]
+* Updated to version 0.14.31
+

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "tagline": "Decentralized file synchronization",
-  "version": "0.2.3",
+  "version": "0.2.4",
   "healthCheckPath": "/check",
   "httpPort": 8000,
   "addons": {

+ 1 - 1
Dockerfile

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