mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 20:40:00 +00:00
Teamspeak Server 3.5.0
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
c454e9efb4
commit
8822d75848
1 changed files with 2 additions and 2 deletions
|
@ -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.4.0 \
|
ENV TEAMSPEAK_VERSION=3.5.0 \
|
||||||
TEAMSPEAK_SHA256=7d6ec8e97d4a9e9913a7e01f2e7f5f9fddfdc41b11e668d013a0f4b574d1918b
|
TEAMSPEAK_SHA256=9bd56e115afea19351a6238a670dc93e365fe88f8a6c28b5b542ef6ae2ca677e
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue