Skip to content

Commit

Permalink
Pin gunicorn version to 20.0.1 as latest version gives error - Bad fi…
Browse files Browse the repository at this point in the history
…le descriptor(Gunicorn Issue #3025).
  • Loading branch information
yogeshmahajan-1903 authored Jul 19, 2023
1 parent b4991a4 commit d17d291
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 @@ -189,7 +189,7 @@ RUN apk add \
libedit \
libldap \
libcap && \
/venv/bin/python3 -m pip install --no-cache-dir gunicorn && \
/venv/bin/python3 -m pip install --no-cache-dir gunicorn==20.0.1 && \
find / -type d -name '__pycache__' -exec rm -rf {} + && \
useradd -r -u 5050 -g root -s /sbin/nologin pgadmin && \
mkdir -p /var/lib/pgadmin && \
Expand Down

0 comments on commit d17d291

Please sign in to comment.