From ab5c17237224563f647a73be515230d3a86b293b Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 26 Feb 2018 22:34:33 +0100 Subject: [PATCH] Teamspeak Server 3.1.1 Signed-off-by: Knut Ahlers --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5420650..095df49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,9 @@ FROM debian LABEL maintainer Knut Ahlers -ENV TEAMSPEAK_VERSION=3.1.0 \ - TEAMSPEAK_SHA256=9f18cff600b9ce82a26ab788633cd5004bbe8c86963507efd3704c085f50a391 +# Get the SHA256 from https://www.teamspeak.com/en/downloads#server +ENV TEAMSPEAK_VERSION=3.1.1 \ + TEAMSPEAK_SHA256=c9403f7958e1bf1c5e5cf083641b1e02b06800158df543e09d9259c69181e873 RUN set -ex \ && apt-get update \