We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4df197 commit 846dd9eCopy full SHA for 846dd9e
backend/Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /app/
6
7
# Install uv
8
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
9
-COPY --from=ghcr.io/astral-sh/uv:0.4.15 /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
10
11
# Place executables in the environment at the front of the path
12
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#using-the-environment
0 commit comments