commit | b373a1f861ece095f2e36b84c2b00b4ebf3652a0 | [log] [tgz] |
---|---|---|
author | Oleksii Molchanov <omolchanov@mirantis.com> | Thu Feb 03 18:22:18 2022 +0200 |
committer | Oleksii Molchanov <omolchanov@mirantis.com> | Thu Feb 03 18:22:18 2022 +0200 |
tree | 8403d4200b9693eb97dbdba70c136359d2e832b4 | |
parent | a069a1a6586a0761dfb80ceb3d290092a5716626 [diff] [blame] |
Update docker image Related-Prod: PROD-36767 Change-Id: Ifcff6cd0aef732e3d13af72a5b5b612c2954358c
diff --git a/Dockerfile b/Dockerfile index 20c8f13..6f44744 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,5 +1,7 @@ FROM python:3.9.1-alpine3.13 +LABEL build_date="2022-02-03" + WORKDIR /app ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1