mirror of https://github.com/icedream/ts3bot.git
Update Node.js to 5.6.0 and TS3Bot to 0a0a3875e5
.
parent
8f7ae2119c
commit
fbae8559f1
|
@ -1,7 +1,7 @@
|
|||
FROM node:4.2
|
||||
FROM node:5.6
|
||||
|
||||
ENV TS3CLIENT_VERSION 3.0.18.2
|
||||
ENV TS3BOT_COMMIT 592872f97d28052da14ac05a3c8b24ea44c2e2a2
|
||||
ENV TS3BOT_COMMIT 0a0a3875e58cbf720a51fe887061b0606753e671
|
||||
|
||||
# Add "app" user
|
||||
RUN mkdir -p /tmp/empty &&\
|
||||
|
|
Loading…
Reference in New Issue