diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 25e896aa..03da749d 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.5-alpine3.18 COPY --chmod=775 start.sh /start.sh -ENV RECORDING_VERSION v17.0.3 +ENV RECORDING_VERSION v17.1.0 ENV ALLOW_ALL false ENV HPB_PROTOCOL https ENV SKIP_VERIFY false