Update Syncthing to 0.14.49
This commit is contained in:
parent
a5a91b09c8
commit
7dd3979bdc
|
@ -1,7 +1,7 @@
|
||||||
FROM cloudron/base:0.10.0
|
FROM cloudron/base:0.10.0
|
||||||
MAINTAINER Syncthing Developers <support@cloudron.io>
|
MAINTAINER Syncthing Developers <support@cloudron.io>
|
||||||
|
|
||||||
ENV VERSION 0.14.48
|
ENV VERSION 0.14.49
|
||||||
|
|
||||||
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