Skip to content

Commit c88979b

Browse files
chore(deps): update dependency thess/callattendant to v2.1.0
1 parent 3789f7f commit c88979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM python:3.13.1-alpine3.21 as builder
33
WORKDIR /app
44

55
RUN apk add git
6-
RUN pip install --no-cache-dir --prefix=/install callattendant@git+https://github.com/thess/callattendant@v2.0.7
6+
RUN pip install --no-cache-dir --prefix=/install callattendant@git+https://github.com/thess/callattendant@v2.1.0
77

88
FROM python:3.13.1-alpine3.21
99

0 commit comments

Comments
 (0)