diff --git a/Dockerfile.template b/Dockerfile.template index 94edbf3..f9b2ee6 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -30,7 +30,7 @@ COPY etc/fstab /etc/fstab RUN chmod go= /etc/cron.d/putio-automator RUN pip install -U pip setuptools \ - && pip install putio-automator==1.0.2.dev2 \ + && pip install putio-automator \ && rm -rf $HOME/.cache /tmp/pip_build_root ENV INITSYSTEM on