Skip to content

Commit 5940e60

Browse files
author
Sean Sullivan
committed
Downgrade gunicorn due to ssl bug
1 parent 0a05380 commit 5940e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
2323
ENV PATH="$PATH:/home/datashader/.local/bin"
2424
RUN pip install --upgrade pip && \
2525
pip install --no-cache-dir /home/datashader/tmp/*.whl && \
26-
pip install gunicorn==21.2.0 && \
26+
pip install gunicorn==20.1.0 && \
2727
pip install uvicorn==0.24.0
2828

2929
COPY deployment/logging_config.yml /opt/elastic_datashader/

0 commit comments

Comments
 (0)