Skip to content

Commit 0c4972a

Browse files
committed
v1.0.0-beta.6-f290553
1 parent 467d3b1 commit 0c4972a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM sinusbot/docker:discord
22

33
LABEL maintainer="Max Schmitt <max@schmitt.mx>"
4-
LABEL description="Docker Image for the TeamSpeak 3 and Discord MusicBot called SinusBot."
4+
LABEL description="SinusBot - TeamSpeak 3 and Discord music bot."
55

66
# Install dependencies and clean up afterwards
77
RUN apt-get update && \

discord/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM debian:stretch-slim
22

33
LABEL maintainer="Max Schmitt <max@schmitt.mx>"
4-
LABEL description="SinusBot Docker Image for Discord only."
4+
LABEL description="SinusBot - Discord only image"
55

66
# Install dependencies and clean up afterwards
77
RUN apt-get update && \

discord/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ case "$1" in
66

77
"sinusbot")
88
echo "Downloading SinusBot..."
9-
curl -s https://www.sinusbot.com/pre/sinusbot-1.0.0-beta.5-b262b6a.tar.bz2 | tar xj
9+
VERSION="1.0.0-beta.6-f290553"
10+
curl -s "https://www.sinusbot.com/pre/sinusbot-$VERSION.tar.bz2" | tar xj
1011
chmod 755 sinusbot
1112
mv scripts default_scripts
1213
ln -s data/private.dat private.dat

0 commit comments

Comments
 (0)