File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323Changes:
2424 - Update base python image to ` python:3.6-alpine `
2525 - Update current directory for action to be root of zip
26+ - Update python dependencies gevent(` 1.2.1 ` ->` 1.3.6 ` ) and flask(` 0.12 ` ->` 1.0.2 ` )
2627
2728## 1.3.3 (Apache 1.12.0)
2829Changes:
Original file line number Diff line number Diff 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
3030ENV FLASK_PROXY_PORT 8080
Original file line number Diff line number Diff line change 3333import subprocess
3434import codecs
3535import flask
36- from gevent .wsgi import WSGIServer
36+ from gevent .pywsgi import WSGIServer
3737import zipfile
3838import io
3939import base64
You can’t perform that action at this time.
0 commit comments