We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5bed4 commit 4143154Copy full SHA for 4143154
3 files changed
.docker/Dockerfile
@@ -40,7 +40,7 @@ RUN \
40
WORKDIR /app
41
42
# Copy uv from ghcr
43
-COPY --from=ghcr.io/astral-sh/uv:0.5.5 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
44
45
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
46
.docker/Dockerfile.alpine
@@ -28,7 +28,7 @@ RUN apk add --no-cache \
28
29
30
31
32
33
34
0 commit comments