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 9092b2f + c84cbb0 commit 4dadadfCopy full SHA for 4dadadf
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.7.17 && uv venv ~/venv && \
+RUN pipx install --force uv==0.7.18 && uv venv ~/venv && \
32
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
33
uv cache clean
34
0 commit comments