Skip to content

Commit

Permalink
updated jar version
Browse files Browse the repository at this point in the history
new jar version fixes playback issues with youtube
  • Loading branch information
rsmsctr committed Jul 28, 2024
1 parent 5ced48a commit 13f0d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicbotDocker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY . .

RUN apt-get update && apt-get install -y gettext

CMD envsubst < config_template.txt > config.txt && java -Dnogui=true -jar JMusicBot-0.4.1.jar
CMD envsubst < config_template.txt > config.txt && java -Dnogui=true -jar JMusicBot-0.4.2.jar
Binary file not shown.

0 comments on commit 13f0d0b

Please sign in to comment.