We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c356da2 commit 766419cCopy full SHA for 766419c
2 files changed
core/actionProxy/Dockerfile
@@ -24,7 +24,7 @@ RUN apk upgrade --update \
24
&& update-ca-certificates \
25
&& apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev \
26
&& pip install --upgrade pip setuptools six \
27
- && pip install --no-cache-dir gevent==1.2.1 flask==0.12 \
+ && pip install --no-cache-dir gevent==1.3.6 flask==1.0.2 \
28
&& apk del .build-deps
29
30
ENV FLASK_PROXY_PORT 8080
core/actionProxy/actionproxy.py
@@ -33,7 +33,7 @@
33
import subprocess
34
import codecs
35
import flask
36
-from gevent.wsgi import WSGIServer
+from gevent.pywsgi import WSGIServer
37
import zipfile
38
import io
39
import base64
0 commit comments