From fa67e0a7197584b6be873b423e0a9dff364e1ed5 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 6 Jun 2023 12:02:39 +0000 Subject: [PATCH] talk-update automated change Signed-off-by: GitHub --- Containers/talk-recording/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \