From 80d5f797d762543e0dc0f4cd9bca35da1ac45b81 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Mon, 4 May 2026 14:16:01 -0700 Subject: [PATCH] RE1-T115 Build fixes --- Web/Resgrid.Web.Tts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/Resgrid.Web.Tts/Dockerfile b/Web/Resgrid.Web.Tts/Dockerfile index 1061b77cf..29e3a2bf4 100644 --- a/Web/Resgrid.Web.Tts/Dockerfile +++ b/Web/Resgrid.Web.Tts/Dockerfile @@ -21,7 +21,7 @@ RUN dotnet publish "Resgrid.Web.Tts.csproj" -c Release -o /app/publish /p:UseApp FROM base AS final # Install ffmpeg, download Piper TTS binary and the default English (US) voice # model, then clean up in a single RUN layer to keep the image small. -ARG PIPER_VERSION=1.2.0 +ARG PIPER_VERSION=v1.2.0 RUN apt-get update \ && apt-get install -y --no-install-recommends \ ffmpeg \