mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-09 12:30:01 +00:00
Teamspeak Server 3.13.3
This commit is contained in:
parent
390a97e306
commit
33734f1b21
1 changed files with 2 additions and 2 deletions
|
@ -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.13.2 \
|
ENV TEAMSPEAK_VERSION=3.13.3 \
|
||||||
TEAMSPEAK_SHA256=ffb6c8cc222228eaaed79930ebd39fbf2f8a6d557d1a67d7eafc5e7e8c4931d1
|
TEAMSPEAK_SHA256=f9bf52d1e9109971792b0bd57261c80e9a7489944ed96d65b3c798843ce3514c
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-exo", "pipefail", "-c"]
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue