From 0e74aebc984c8ae76868fb7bfba575f37b2cadfe Mon Sep 17 00:00:00 2001 From: James Buehring <445521+jbuehring@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:40:43 -0500 Subject: [PATCH 1/2] non-production Version bump to match https://github.com/Invoca/lumenvox-kubernetes-rendering/commit/ca1eed0f1f0848b88d12879727371daa2d6531da. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca8b7a9..f2c8693 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use base LumenVox MRCP API image # NOTE: The version should always stay in lockstep with: # https://github.com/Invoca/lumenvox-kubernetes-rendering/blob/5a20683105fab839b33d55e19505c9ddf7870eeb/values.yaml#L349 -FROM lumenvox/mrcp-api:5.4 +FROM lumenvox/mrcp-api:6.2 ### Install extra packages RUN apt-get update && \ From e145e5d9ac192ab72330721a6b2495dd1c6a90d2 Mon Sep 17 00:00:00 2001 From: James Buehring <445521+jbuehring@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:09:02 -0500 Subject: [PATCH 2/2] non-production Reference updated commit. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2c8693..4c426ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use base LumenVox MRCP API image # NOTE: The version should always stay in lockstep with: -# https://github.com/Invoca/lumenvox-kubernetes-rendering/blob/5a20683105fab839b33d55e19505c9ddf7870eeb/values.yaml#L349 +# https://github.com/Invoca/lumenvox-kubernetes-rendering/blob/f3a82a29900d67e692e091cc9036b7f24188e853/values.yaml#L363 FROM lumenvox/mrcp-api:6.2 ### Install extra packages