mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-01 16:29:21 +08:00
Merge pull request #3895 from nextcloud/talk-container-update
This commit is contained in:
commit
ad0832234f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM eturnal/eturnal:1.12.0 AS eturnal
|
|||
FROM strukturag/nextcloud-spreed-signaling:1.2.2 as signaling
|
||||
FROM alpine:3.18.5 as janus
|
||||
|
||||
ARG JANUS_VERSION=v0.14.0
|
||||
ARG JANUS_VERSION=v0.14.1
|
||||
WORKDIR /src
|
||||
RUN set -ex; \
|
||||
apk add --no-cache \
|
||||
|
|
Loading…
Reference in a new issue