Skip to content

Commit

Permalink
Merge pull request #360 from spdx/psycopg2version
Browse files Browse the repository at this point in the history
Update psycopg2 version
  • Loading branch information
goneall authored Apr 13, 2022
2 parents 47c9443 + 61f3de6 commit 1c1642f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update \
&& apt-get -y install libpq-dev gcc python-dev musl-dev

# install psycopg2
RUN pip install psycopg2-binary==2.7.5
RUN pip install psycopg2-binary==2.9.3

# Install the python dependencies
RUN pip install -r requirements.txt
Expand Down

0 comments on commit 1c1642f

Please sign in to comment.