mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Teamspeak Server 3.3.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1f7a34f9a5
commit
a06033c2d5
1 changed files with 2 additions and 2 deletions
|
@ -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.2.0 \
|
||||
TEAMSPEAK_SHA256=f1e267334e8863342e8eb90ae22203b761b54d9d4400a25ed1fd34fce2187f57
|
||||
ENV TEAMSPEAK_VERSION=3.3.1 \
|
||||
TEAMSPEAK_SHA256=b3891341a9ff4c4b6b0173ac57f1d64d4752550c95eeb26d2518ac2f5ca9fbc1
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
|
|
Loading…
Reference in a new issue