commit | e43f682914c6fe15f71eb45a6aa99879624dbba1 | [log] [tgz] |
---|---|---|
author | Aleksei Gruk <agruk@mirantis.com> | Fri Sep 06 10:01:01 2024 +0200 |
committer | Aleksei Gruk <agruk@mirantis.com> | Tue Sep 10 11:51:21 2024 +0200 |
tree | 46e666e34fb7415b6d7b98259cb6836d140d833c | |
parent | ad21f3a18776bdae19fd6797d25e56fa6634ad03 [diff] [blame] |
Bump base image, deps Related-To: PRODX-46015 Change-Id: Idd8e855713b05f1c686fe8f718d47e8e77c2186c
diff --git a/Dockerfile b/Dockerfile index 3a3acc5..73842f8 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine3.18 +FROM python:3.12-alpine3.20 WORKDIR /app ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1