Skip to content

Commit

Permalink
Update dockerfile. (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Oct 4, 2022
1 parent a36ed35 commit 3ba09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_services/payment-reconciliations/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /opt/app-root
COPY ./requirements.txt .

#RUN pip install --upgrade pip
RUN pip install pip==20.1.1
RUN pip install pip==22.2.2
RUN pip install --no-cache-dir -r requirements.txt

COPY . .
Expand Down

0 comments on commit 3ba09b0

Please sign in to comment.