Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eliselavy committed Jul 17, 2024
1 parent 33fb595 commit c286294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG GIT_TAG
ARG GIT_BRANCH
ARG GIT_REVISION

RUN pip install --upgrade pip
RUN pip install pip==23.1.2

RUN apk add --no-cache \
postgresql-libs \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ amqp==5.0.2
asgiref==3.3.2
attrs==20.3.0
billiard==3.6.3.0
celery==5.1.0
celery==5.0.3
certifi==2021.5.30
chardet==4.0.0
citeproc-py==0.6.0
Expand Down

0 comments on commit c286294

Please sign in to comment.