diff --git a/Dockerfile b/Dockerfile index 9407d08..26eb139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.13.1-alpine3.21 as builder WORKDIR /app RUN apk add git -RUN pip install --no-cache-dir --prefix=/install callattendant@git+https://github.com/thess/callattendant@v2.0.7 +RUN pip install --no-cache-dir --prefix=/install callattendant@git+https://github.com/thess/callattendant@v2.1.0 FROM python:3.13.1-alpine3.21