mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 01:48:24 +08:00
Merge pull request #2817 from nextcloud/enh/noid/remove-r3-coturn
remove r3 from coturn version
This commit is contained in:
commit
d30a9efcd6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM nats:2.9.19-scratch as nats
|
FROM nats:2.9.19-scratch as nats
|
||||||
FROM strukturag/nextcloud-spreed-signaling:1.1.2 as signaling
|
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
|
USER root
|
||||||
# Pin alpine version manually as long as https://github.com/coturn/coturn/issues/1226 is not done
|
# Pin alpine version manually as long as https://github.com/coturn/coturn/issues/1226 is not done
|
||||||
ENV ALPINE_VERSION=3.18
|
ENV ALPINE_VERSION=3.18
|
||||||
|
|
Loading…
Reference in a new issue