From 1f7a34f9a5f3d2a779b9ef48f934d4f30b3c28a7 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 14 May 2018 10:05:27 +0200 Subject: [PATCH] Teamspeak v3.2.0 Signed-off-by: Knut Ahlers --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39ceeaf..5d809dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM debian:stretch LABEL maintainer Knut Ahlers # Get the SHA256 from https://www.teamspeak.com/en/downloads#server -ENV TEAMSPEAK_VERSION=3.1.3 \ - TEAMSPEAK_SHA256=e5112515a43899be705facd99e4559b66401fb297506bcb051a0338dff416c1e +ENV TEAMSPEAK_VERSION=3.2.0 \ + TEAMSPEAK_SHA256=f1e267334e8863342e8eb90ae22203b761b54d9d4400a25ed1fd34fce2187f57 RUN set -ex \ && apt-get update \