mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Teamspeak Server 3.10.2
This commit is contained in:
parent
a6aad698a5
commit
58b0e2a4f2
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.10.0 \
|
||||
TEAMSPEAK_SHA256=5d0ade1cc3802cae75cf2b1d22b14163154a0d1d77d5aded7e56c826d023d6dd
|
||||
ENV TEAMSPEAK_VERSION=3.10.2 \
|
||||
TEAMSPEAK_SHA256=d4262f0d51e682c0c645b36c196ad32dae99a1345420cfad00d52f2af109870d
|
||||
|
||||
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
||||
RUN apt-get update \
|
||||
|
|
Loading…
Reference in a new issue