diff --git a/Dockerfile b/Dockerfile index cb0249f..ba42a17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN set -x && \ # Allow root to use sudo echo "root ALL = NOPASSWD: /bin/su ALL" >> /etc/sudoers && \ # Install BandcampSync - python3 -m pip install --break-system-packages git+https://github.com/meeb/bandcampsync.git@v0.3.4#egg=bandcampsync + python3 -m pip install --break-system-packages git+https://github.com/meeb/bandcampsync.git@v0.3.5#egg=bandcampsync # Volumes VOLUME ["/config", "/downloads"]