Update to Node 8 and ts3client 3.1.8.

develop
Icedream 2018-04-02 02:46:37 +02:00
parent 6dc8e72927
commit 8c1274f934
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM node:7.10.0
FROM node:8
ARG TS3CLIENT_VERSION=3.0.19.4
ARG TS3CLIENT_VERSION=3.1.8
# Add "app" user
RUN mkdir -p /tmp/empty &&\