From 9ed2b32d3e82fdc8f8273df91f1f5fa8041d2ace Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Fri, 8 May 2026 12:27:17 +0000 Subject: [PATCH 1/2] talk-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 b9f42626..9a14556a 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -4,7 +4,7 @@ FROM python:3.14.3-alpine3.23 COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh -ENV RECORDING_VERSION=v0.2.1 \ +ENV RECORDING_VERSION=v0.2.1 ALLOW_ALL=false \ HPB_PROTOCOL=https \ NC_PROTOCOL=https \ From 1bc3896314a1aa9c1885c0001b78e9f2d23ba6f4 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 13 May 2026 11:22:22 +0200 Subject: [PATCH 2/2] fix the file Signed-off-by: Simon L. --- 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 9a14556a..8067559a 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -5,7 +5,7 @@ COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh ENV RECORDING_VERSION=v0.2.1 - ALLOW_ALL=false \ +ENV ALLOW_ALL=false \ HPB_PROTOCOL=https \ NC_PROTOCOL=https \ SKIP_VERIFY=false \