diff --git a/Dockerfile b/Dockerfile index e2d0528..f58594f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM cloudron/base:0.10.0 MAINTAINER Syncthing Developers -ENV VERSION 0.14.50 +ENV VERSION 0.14.51 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \