Skip to content

Commit

Permalink
upgrade pip in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Brettanda committed Jul 25, 2024
1 parent ea6d6c2 commit 2301a38
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 @@ -7,7 +7,7 @@ WORKDIR /usr/src/app

COPY ./requirements.txt .
RUN --mount=type=cache,target=/root/.cache/pip \
pip install -r requirements.txt
pip install --upgrade pip && pip install -r requirements.txt

# Final Stage
FROM python:3.11-slim
Expand Down

0 comments on commit 2301a38

Please sign in to comment.