Teamspeak Server 3.4.0

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-09-10 18:03:50 +02:00
parent a06033c2d5
commit c454e9efb4
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

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