Skip to content

Commit 22b884a

Browse files
authored
⬆️ Bump uv to 0.9.26 (#2102)
1 parent bbfa6ec commit 22b884a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1
44

55
# Install uv
66
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#installing-uv
7-
COPY --from=ghcr.io/astral-sh/uv:0.5.11 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /uvx /bin/
88

99
# Compile bytecode
1010
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode

0 commit comments

Comments
 (0)