diff --git a/src/generate-jobs/Dockerfile b/src/generate-jobs/Dockerfile index 7176acc..cd384cb 100644 --- a/src/generate-jobs/Dockerfile +++ b/src/generate-jobs/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.4 -RUN wget -O /usr/bin/pipecat https://github.com/lukasmartinelli/pipecat/releases/download/v0.2/pipecat_linux_amd64 \ +RUN wget -O /usr/bin/pipecat https://github.com/lukasmartinelli/pipecat/releases/download/v0.3/pipecat_linux_amd64 \ && chmod +x /usr/bin/pipecat RUN mkdir -p /usr/src/app