Skip to content

Commit 766419c

Browse files
committed
update proxy flask dependencies gevent and flask
1 parent c356da2 commit 766419c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/actionProxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apk upgrade --update \
2424
&& update-ca-certificates \
2525
&& apk add --no-cache --virtual .build-deps bzip2-dev gcc libc-dev \
2626
&& pip install --upgrade pip setuptools six \
27-
&& pip install --no-cache-dir gevent==1.2.1 flask==0.12 \
27+
&& pip install --no-cache-dir gevent==1.3.6 flask==1.0.2 \
2828
&& apk del .build-deps
2929

3030
ENV FLASK_PROXY_PORT 8080

core/actionProxy/actionproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import subprocess
3434
import codecs
3535
import flask
36-
from gevent.wsgi import WSGIServer
36+
from gevent.pywsgi import WSGIServer
3737
import zipfile
3838
import io
3939
import base64

0 commit comments

Comments
 (0)