Update to 0.14.38
This commit is contained in:
parent
6be20dbf5e
commit
88a47bcf1a
|
@ -43,3 +43,6 @@
|
|||
[0.3.3]
|
||||
* Updated to version 0.14.37
|
||||
|
||||
[0.3.4]
|
||||
* Updated to version 0.14.38
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"healthCheckPath": "/check",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Syncthing <upstream>v0.14.37</upstream>.
|
||||
This app packages Syncthing <upstream>v0.14.38</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.
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ RUN ./configure \
|
|||
--build=cloudron-river
|
||||
RUN make install
|
||||
|
||||
ENV VERSION 0.14.37
|
||||
ENV VERSION 0.14.38
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
|
||||
|
|
Loading…
Reference in New Issue