Merge pull request #3124 from nextcloud/talk-container-update

talk update
This commit is contained in:
Simon L 2023-08-09 14:32:33 +02:00 committed by GitHub
commit 542caa2450
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM nats:2.9.21-scratch as nats
FROM strukturag/nextcloud-spreed-signaling:1.1.3 as signaling
FROM alpine:3.18.3 as janus
ARG JANUS_VERSION=v0.13.4
ARG JANUS_VERSION=v0.14.0
WORKDIR /src
RUN set -ex; \
apk add --no-cache \