commit | 5fa5e741d0cc5b820f3f69fa29e4b1d1b0913315 | [log] [tgz] |
---|---|---|
author | Kostiantyn Yevchuk <kyevchuk@mirantis.com> | Tue Oct 18 12:12:08 2022 +0200 |
committer | Kostiantyn Yevchuk <kostiantyn.yevchuk@gmail.com> | Tue Oct 18 12:12:57 2022 +0200 |
tree | f9bf629205c35041d22f167982cb39c68b1f695a | |
parent | 28b37f94fb7a4ad2a418f26b177ea1aa7e230bae [diff] [blame] |
FIELD-5380 bump python to 3.10.8, cryptography to 38.0.0, uwsgi to 2.0.20 to fix cves Change-Id: I015647d79d7ddb0d29858f976ef9ba15fda27a32 Related-FIELD: FIELD-5380
diff --git a/Dockerfile b/Dockerfile index 6afde1a..1a373cf 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,4 +1,4 @@ -FROM python:3.9.12-alpine3.15 +FROM python:3.10.8-alpine3.16 LABEL build_date="2022-05-13"