Teamspeak Server 3.13.1

This commit is contained in:
Knut Ahlers 2020-11-13 17:04:47 +01:00
parent 1d10b010bb
commit dc27d9485a
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -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.12.1 \ ENV TEAMSPEAK_VERSION=3.13.1 \
TEAMSPEAK_SHA256=cfbffba30a570f0ba33a74ce5e5dbda54ce564d917a27183cdcaf82cc2b4abb7 TEAMSPEAK_SHA256=9e65236284a8cd436371e7cef24dc52433a90ca4c0defff8f470e9573397e71e
SHELL ["/bin/bash", "-exo", "pipefail", "-c"] SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
RUN apt-get update \ RUN apt-get update \