From 4e8ce65e023037d24f9a7c9ffffd28651dac338a Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 25 Jun 2023 12:03:06 +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 dce202e8..25a2ecef 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11.4-alpine3.18 COPY --chmod=775 start.sh /start.sh -ENV RECORDING_VERSION v17.0.0 +ENV RECORDING_VERSION v17.0.1 RUN set -ex; \ apk add --no-cache \