Skip to content

Commit

Permalink
Merge pull request #1946 from laws-africa/gunicorn
Browse files Browse the repository at this point in the history
recent (almost latest) gunicorn from 2023-07-19
  • Loading branch information
longhotsummer authored Jul 31, 2024
2 parents 9e3d3a1 + ed3d9d4 commit b50a483
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 @@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y libreoffice poppler-utils pandoc

# Production-only dependencies
RUN pip install psycopg2==2.9.3 gunicorn==20.1.0
RUN pip install psycopg2==2.9.3 gunicorn==21.2.0

# node
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
Expand Down

0 comments on commit b50a483

Please sign in to comment.