Updated to new upstream version
This commit is contained in:
parent
2d4e328955
commit
7620eec7b6
|
@ -24,3 +24,7 @@
|
||||||
|
|
||||||
[0.2.3]
|
[0.2.3]
|
||||||
* Updated to version 0.14.30
|
* Updated to version 0.14.30
|
||||||
|
|
||||||
|
[0.2.4]
|
||||||
|
* Updated to version 0.14.31
|
||||||
|
|
||||||
|
|
|
@ -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.2.3",
|
"version": "0.2.4",
|
||||||
"healthCheckPath": "/check",
|
"healthCheckPath": "/check",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -28,7 +28,7 @@ RUN ./configure \
|
||||||
--build=cloudron-river
|
--build=cloudron-river
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
ENV VERSION 0.14.30
|
ENV VERSION 0.14.31
|
||||||
|
|
||||||
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 - \
|
||||||
|
|
Loading…
Reference in New Issue