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 d1665c7 commit 1d3aab1Copy full SHA for 1d3aab1
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.12 && uv venv ~/venv && \
+RUN pipx install --force uv==0.8.13 && uv venv ~/venv && \
32
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
33
uv cache clean
34
0 commit comments