diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 807d8e78..3e70e0e3 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.3-alpine3.18 COPY --chmod=775 start.sh /start.sh -ENV RECORDING_VERSION v16.0.3 +ENV RECORDING_VERSION v16.0.4 RUN set -ex; \ apk add --no-cache \