We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8e3e6 commit 7fa4629Copy full SHA for 7fa4629
1 file changed
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.11.6 && \
+RUN pipx install --force uv==0.11.7 && \
32
uv venv ~/venv --clear && \
33
uv pip install --no-cache --upgrade --requirements /app/requirements-test.txt && \
34
uv cache clean
0 commit comments