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