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