瀏覽代碼

Merge branch 'update_to_0_14_36' into 'master'

Update to 0 14 36

See merge request !2
Girish Ramakrishnan 7 年之前
父節點
當前提交
eeabcd9b30
共有 4 個文件被更改,包括 6 次插入3 次删除
  1. 3 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json
  3. 1 1
      DESCRIPTION.md
  4. 1 1
      Dockerfile

+ 3 - 0
CHANGELOG

@@ -37,3 +37,6 @@
 [0.3.1]
 [0.3.1]
 * Updated to version 0.14.35
 * Updated to version 0.14.35
 
 
+[0.3.2]
+* Updated to version 0.14.36
+

+ 1 - 1
CloudronManifest.json

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

+ 1 - 1
DESCRIPTION.md

@@ -1,4 +1,4 @@
-This app packages Syncthing <upstream>v0.14.35</upstream>.
+This app packages Syncthing <upstream>v0.14.36</upstream>.
 
 
 Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
 Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
 
 

+ 1 - 1
Dockerfile

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