mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Teamspeak Server 3.7.1
This commit is contained in:
parent
9554ea4178
commit
2f4a9d8bea
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.7.0 \
|
||||
TEAMSPEAK_SHA256=6abcbaf3697c28220375cf681e46fe379b4d82102f1ec6d201363c6ee73f205d
|
||||
ENV TEAMSPEAK_VERSION=3.7.1 \
|
||||
TEAMSPEAK_SHA256=6787d4c9fd6f72d1386872a61f38f932a8ee745046b1497168286ffd0311c0f0
|
||||
|
||||
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in a new issue