Skip to content

Commit

Permalink
Fix the uncommented comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed May 15, 2024
1 parent 6390544 commit 71f0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ USER deploy
RUN python -m venv $VIRTUAL_ENV

# Add our python libraries for managing dependencies
uv 0.1.43 is triggering bad certificate errors, so we pin to 0.1.39
# uv 0.1.43 is triggering bad certificate errors, so we pin to 0.1.39
RUN python -m pip install uv==0.1.39 wheel --upgrade

# Copy application code, with dockerignore filtering out the stuff we don't want
Expand Down

0 comments on commit 71f0f5e

Please sign in to comment.