commit | a6da925105f9eb3d6b1ddab2ecb2f533237456f1 | [log] [tgz] |
---|---|---|
author | Oleksii Molchanov <omolchanov@mirantis.com> | Wed Apr 13 13:50:18 2022 +0300 |
committer | Oleksii Molchanov <omolchanov@mirantis.com> | Wed Apr 13 13:50:18 2022 +0300 |
tree | d6f2c724bf296b6dd8c2f13f0e23e25bfb843a9d | |
parent | b373a1f861ece095f2e36b84c2b00b4ebf3652a0 [diff] |
Update docker image Related-Prod: PROD-36850 Change-Id: Ifd72ac5e56ae81af2744bf3d71e66bf725131d24
diff --git a/Dockerfile b/Dockerfile index 6f44744..91472ef 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,6 +1,6 @@ FROM python:3.9.1-alpine3.13 -LABEL build_date="2022-02-03" +LABEL build_date="2022-04-13" WORKDIR /app ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1