From e217a7abe79f5a01592e484dd549d439114665ad Mon Sep 17 00:00:00 2001 From: meeb Date: Mon, 23 Oct 2023 15:57:58 +1100 Subject: [PATCH] bump container to 0.3.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba42a17..062c9ab 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.5#egg=bandcampsync + python3 -m pip install --break-system-packages git+https://github.com/meeb/bandcampsync.git@v0.3.6#egg=bandcampsync # Volumes VOLUME ["/config", "/downloads"]