Skip to content

Commit 295c91d

Browse files
authored
talk-recording - change tag from beta to latest (#2546)
Signed-off-by: Simon L <[email protected]>
1 parent cfac66c commit 295c91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/talk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ cpu_check 4 "Talk Recording"
528528
print_text_in_color "$ICyan" "Setting up Talk recording..."
529529

530530
# Pull and start
531-
docker pull nextcloud/aio-talk-recording:beta
531+
docker pull nextcloud/aio-talk-recording:latest
532532
docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RECORDING_HOST_PORT" \
533533
--restart always \
534534
--name talk-recording \
@@ -539,7 +539,7 @@ docker run -t -d -p "$TURN_RECORDING_HOST":"$TURN_RECORDING_HOST_PORT":"$TURN_RE
539539
-e TZ="$(cat /etc/timezone)" \
540540
-e RECORDING_SECRET="${TURN_RECORDING_SECRET}" \
541541
-e INTERNAL_SECRET="${TURN_INTERNAL_SECRET}" \
542-
nextcloud/aio-talk-recording:beta
542+
nextcloud/aio-talk-recording:latest
543543

544544
# Talk recording
545545
if [ -d "$NCPATH/apps/spreed" ]

0 commit comments

Comments
 (0)