From 17ada4dc468f6523d35ff6bddf079ccfe927e4b8 Mon Sep 17 00:00:00 2001 From: icedream Date: Fri, 23 Oct 2015 11:48:09 +0200 Subject: [PATCH] Update TeamSpeak3 to version 3.0.18.2. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7c2a0ee..7595cdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN mkdir -p /config &&\ # install teamspeak3 # Original comment that used to be here: temporary non-interactive teamspeak3 install hack, remove before publishing!! # In fact, it would be nice if we had some lazy handling code for this that just requires the user to provide a "--agree-with-license" once. -ENV TS3CLIENT_VERSION 3.0.18.1 +ENV TS3CLIENT_VERSION 3.0.18.2 ADD http://dl.4players.de/ts/releases/${TS3CLIENT_VERSION}/TeamSpeak3-Client-linux_amd64-${TS3CLIENT_VERSION}.run /home/app/ts3client.run WORKDIR /home/app RUN chmod +x ./ts3client.run &&\