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