From 4492f1780941324e54ef27bd9d9f59132ee366ef Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 19 Jun 2023 16:36:48 +0200 Subject: [PATCH] remove r3 from coturn version Signed-off-by: Simon L --- Containers/talk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index 1657badac73..8bb4a745491 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -1,6 +1,6 @@ FROM nats:2.9.18-scratch as nats FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling -FROM coturn/coturn:4.6.2-r3-alpine +FROM coturn/coturn:4.6.2-alpine USER root # Pin alpine version manually as long as https://github.com/coturn/coturn/issues/1226 is not done ENV ALPINE_VERSION=3.18