Skip to content

Commit

Permalink
Merge pull request #5658 from nextcloud/talk-container-update
Browse files Browse the repository at this point in the history
talk container update
  • Loading branch information
szaimen authored Nov 25, 2024
2 parents a89765b + 879114d commit dfdc729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containers/talk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM eturnal/eturnal:1.12.1 AS eturnal
FROM strukturag/nextcloud-spreed-signaling:2.0.1 AS signaling
FROM alpine:3.20.3 AS janus

ARG JANUS_VERSION=v0.14.4
ARG JANUS_VERSION=v0.15.0
WORKDIR /src
RUN set -ex; \
apk add --no-cache \
Expand Down

0 comments on commit dfdc729

Please sign in to comment.