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:5e2dbd4bbdd9c0e67412aea9463906f74a22c60f89eb7b5bbb7d45b66a2b68a6
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.27 @sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a /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:5e2dbd4bbdd9c0e67412aea946
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.27 @sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a /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