Skip to content

Commit

Permalink
chore(deps): update dependency thess/callattendant to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 3789f7f commit c88979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c88979b

Please sign in to comment.