Update TS3Bot to 1b57bd36ce.

pull/3/head
Icedream 2015-10-21 16:39:58 +02:00
parent eb5b214f49
commit d10ef6703b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN chmod +x ./ts3client.run &&\
USER root
# install the ts3bot-control app properly
ENV TS3BOT_COMMIT 69b6deb9be2c1ca9f390059630c366d37a05e1d4
ENV TS3BOT_COMMIT 1b57bd36ce7c65874b85485c582b131d605a1fa2
ADD https://github.com/icedream/ts3bot-control/archive/${TS3BOT_COMMIT}.tar.gz /home/app/ts3bot-control.tgz
WORKDIR /home/app
RUN tar xvf ts3bot-control.tgz &&\