Teamspeak Server 3.3.1

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-08-22 00:02:41 +02:00
parent 1f7a34f9a5
commit a06033c2d5
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -3,8 +3,8 @@ FROM debian:stretch
LABEL maintainer Knut Ahlers <knut@ahlers.me> LABEL maintainer Knut Ahlers <knut@ahlers.me>
# Get the SHA256 from https://www.teamspeak.com/en/downloads#server # Get the SHA256 from https://www.teamspeak.com/en/downloads#server
ENV TEAMSPEAK_VERSION=3.2.0 \ ENV TEAMSPEAK_VERSION=3.3.1 \
TEAMSPEAK_SHA256=f1e267334e8863342e8eb90ae22203b761b54d9d4400a25ed1fd34fce2187f57 TEAMSPEAK_SHA256=b3891341a9ff4c4b6b0173ac57f1d64d4752550c95eeb26d2518ac2f5ca9fbc1
RUN set -ex \ RUN set -ex \
&& apt-get update \ && apt-get update \