commit | 819deca391635c79a86265de7058bf40098a8fa7 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Wed Nov 02 09:00:30 2022 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Thu Nov 03 07:28:11 2022 +0000 |
tree | 01a65f797f260484d91105e8b5ff2427940cfac7 | |
parent | 422bbb7f191e9bc1a16a739d1a389c9a84e0ca63 [diff] [blame] |
Bump baseimage - upgrade uWSGI to fix installation issue Change-Id: I784a4dd440cd28085a2355e91f63165616dd9ebb Related-PROD: PRODX-28027
diff --git a/Dockerfile b/Dockerfile index 1a373cf..d8d1526 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,6 +1,6 @@ -FROM python:3.10.8-alpine3.16 +FROM python:3.11.0-alpine3.16 -LABEL build_date="2022-05-13" +LABEL build_date="2022-11-02" WORKDIR /app ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1