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 7097c50 commit c58d85cCopy full SHA for c58d85c
Dockerfile
@@ -28,7 +28,7 @@ COPY --chown=app requirements* /app/
28
29
ENV PATH=/home/app/.local/bin:/home/app/venv/bin:${PATH} DJANGO_SETTINGS_MODULE=example.settings
30
31
-RUN pipx install --force uv==0.8.11 && uv venv ~/venv && \
+RUN pipx install --force uv==0.8.12 && uv venv ~/venv && \
32
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
33
uv cache clean
34
0 commit comments