diff --git a/Dockerfile b/Dockerfile index f81d790..89d5a2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,7 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 -ENV VERSION 1.1.0 - 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/v1.1.1/syncthing-linux-amd64-v1.1.1.tar.gz -O - \ | tar -xz -C /app/code --strip-components=1 WORKDIR /app/code