From dc27d9485a1f51f54d1403e78d71c690b63b9092 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 13 Nov 2020 17:04:47 +0100 Subject: [PATCH] Teamspeak Server 3.13.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d933f4a..d6649c7 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.12.1 \ - TEAMSPEAK_SHA256=cfbffba30a570f0ba33a74ce5e5dbda54ce564d917a27183cdcaf82cc2b4abb7 +ENV TEAMSPEAK_VERSION=3.13.1 \ + TEAMSPEAK_SHA256=9e65236284a8cd436371e7cef24dc52433a90ca4c0defff8f470e9573397e71e SHELL ["/bin/bash", "-exo", "pipefail", "-c"] RUN apt-get update \