mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Teamspeak Server 3.6.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2658cee41e
commit
08507c4052
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.6.0 \
|
ENV TEAMSPEAK_VERSION=3.6.1 \
|
||||||
TEAMSPEAK_SHA256=5a0ed8229c0c8f071b85b1ac02a7176562b6386dae66babfaa553d5da26386be
|
TEAMSPEAK_SHA256=07c9680064ae64851269fbdbce159006e547b30bb5fa16b355230ddfdc59f671
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue