Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
# https://github.com/Invoca/lumenvox-kubernetes-rendering/blob/f3a82a29900d67e692e091cc9036b7f24188e853/values.yaml#L363
FROM lumenvox/mrcp-api:6.2

### Install extra packages
RUN apt-get update && \
Expand Down