mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-12-20 14:41:17 +00:00
Teamspeak v3.2.0
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
4beb66baf2
commit
1f7a34f9a5
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.1.3 \
|
ENV TEAMSPEAK_VERSION=3.2.0 \
|
||||||
TEAMSPEAK_SHA256=e5112515a43899be705facd99e4559b66401fb297506bcb051a0338dff416c1e
|
TEAMSPEAK_SHA256=f1e267334e8863342e8eb90ae22203b761b54d9d4400a25ed1fd34fce2187f57
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue