From fbae8559f1ae98774ca46528795192c8f427379a Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 16 Feb 2016 17:41:41 +0100 Subject: [PATCH] Update Node.js to 5.6.0 and TS3Bot to https://github.com/icedream/ts3bot-control/commit/0a0a3875e58cbf720a51fe887061b0606753e671. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3ef5b4f..d719568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\