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.
2 parents ace8a3e + de4501a commit 84f6f7aCopy full SHA for 84f6f7a
Dockerfile
@@ -26,7 +26,7 @@ ENV PYTHONFAULTHANDLER=1 \
26
FROM py-base AS api-builder
27
WORKDIR "/tekst"
28
29
-COPY --from=ghcr.io/astral-sh/uv:0.9.3 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.4 /uv /uvx /bin/
30
COPY Tekst-API/tekst/ ./tekst/
31
COPY Tekst-API/uv.lock* \
32
Tekst-API/pyproject.toml \
0 commit comments