We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8a6ed commit 6df9d14Copy full SHA for 6df9d14
2 files changed
core/CHANGELOG.md
@@ -19,6 +19,10 @@
19
20
# Apache OpenWhisk Docker Runtime Container
21
22
+## next release
23
+Changes:
24
+ - Update Python dependencies
25
+
26
## 1.15.0
27
- Update base python image to `python:3.11-alpine`
28
- Update python dependacies
core/actionProxy/Dockerfile
@@ -24,7 +24,7 @@ RUN apk upgrade --update \
&& update-ca-certificates \
&& apk add --no-cache --virtual .build-deps bzip2-dev g++ libc-dev \
&& pip install --upgrade pip setuptools six \
- && pip install --no-cache-dir gevent==22.10.2 flask==2.2.3 greenlet==2.0.2\
+ && pip install --no-cache-dir gevent==23.9.1 flask==3.0.0 greenlet==3.0.0\
&& apk del .build-deps
29
30
ENV FLASK_PROXY_PORT 8080
0 commit comments