commit | f6dcbb0956f255c1c2f0f4e256ab59b445011c8e | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Fri Oct 13 10:36:07 2023 +0200 |
committer | Michal Kobus <mkobus@mirantis.com> | Fri Oct 13 08:49:22 2023 +0000 |
tree | 872b7816f031110c27a75efcdb445537139cef1e | |
parent | fc3d2ded99940cfa6137b4d9b63ee8b82fed71e6 [diff] |
Freeze baseimage Related-PROD: PRODX-36116 Change-Id: Ia1dea458f12f8ab8754ab176fd37bc585364efb7
diff --git a/Dockerfile b/Dockerfile index dd919cc..d7f07be 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.11.6-alpine3.18 WORKDIR /app ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1