From bf28b93d76258c7ba6df32b98948aefb6ca9e7c6 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Wed, 26 Oct 2016 15:43:51 +0200 Subject: [PATCH] TeamSpeak 3.0.13.5 Update TeamSpeak to 3.0.13.5 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b6dd7c..72e1f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,8 @@ RUN apt-get update \ ## Set some variables for override. # Download Link of TS3 Server -ENV TEAMSPEAK_VERSION 3.0.13.4 -ENV TEAMSPEAK_SHA256 cff353c3f395175ba251c787c5ca1cbb3d339be1ae1afe0cf10216a6e81ae5af +ENV TEAMSPEAK_VERSION 3.0.13.5 +ENV TEAMSPEAK_SHA256 bd5933dd17d17f93d56f69332927cd1ce6f34439ec464a0ce2ca73102d85080c # Inject a Volume for any TS3-Data that needs to be persisted or to be accessible from the host. (e.g. for Backups) VOLUME ["/teamspeak3"]