File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM docker.io/library/python:3.12-slim-trixie@sha256:87b49ee9d18db77b0afc7e3adbd994acb9544695217f6e8b4ff352a076a9e6a6
22
3- COPY --from=ghcr.io/astral-sh/uv:0.9.26 @sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/
3+ COPY --from=ghcr.io/astral-sh/uv:0.9.29 @sha256:db9370c2b0b837c74f454bea914343da9f29232035aa7632a1b14dc03add9edb /uv /uvx /bin/
44
55# Install dependencies
66# 1. git (required for caldav dependency from git)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ FROM docker.io/library/python:3.12-slim-trixie@sha256:87b49ee9d18db77b0afc7e3adb
1717WORKDIR /app
1818
1919# Install uv for fast dependency management
20- COPY --from=ghcr.io/astral-sh/uv:0.9.26 @sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/
20+ COPY --from=ghcr.io/astral-sh/uv:0.9.29 @sha256:db9370c2b0b837c74f454bea914343da9f29232035aa7632a1b14dc03add9edb /uv /uvx /bin/
2121
2222# Install dependencies
2323# 1. git (required for caldav dependency from git)
You can’t perform that action at this time.
0 commit comments