Skip to content

Commit

Permalink
bump container to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
meeb committed Oct 31, 2023
1 parent d517897 commit a6a2d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7#egg=bandcampsync
python3 -m pip install --break-system-packages git+https://github.com/meeb/bandcampsync.git@v0.3.8#egg=bandcampsync

# Volumes
VOLUME ["/config", "/downloads"]
Expand Down

0 comments on commit a6a2d3a

Please sign in to comment.