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 bbfa6ec commit 22b884aCopy full SHA for 22b884a
backend/Dockerfile
@@ -4,7 +4,7 @@ ENV PYTHONUNBUFFERED=1
4
5
# Install uv
6
# 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/
+COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /uvx /bin/
8
9
# Compile bytecode
10
# Ref: https://docs.astral.sh/uv/guides/integration/docker/#compiling-bytecode
0 commit comments