Skip to content

Commit 846dd9e

Browse files
authored
⬆️ Update Dockerfile to use uv version 0.5.11 (#1454)
1 parent d4df197 commit 846dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app/
66

77
# Install uv
88
# 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
9+
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
1010

1111
# Place executables in the environment at the front of the path
1212
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#using-the-environment

0 commit comments

Comments
 (0)