commit | c896fdc522a4e53b0420fe79940af3f7c84f6f22 | [log] [tgz] |
---|---|---|
author | Oleksii Molchanov <omolchanov@mirantis.com> | Wed Apr 13 14:06:40 2022 +0300 |
committer | Oleksii Molchanov <omolchanov@mirantis.com> | Wed Apr 13 14:06:40 2022 +0300 |
tree | 13856997e2de1a6ac0abc8fb64f982a108412640 | |
parent | 188adb59f0a0f9efd52d38c31ba35167227e2882 [diff] |
Update docker image Related-Prod: PROD-36850 Change-Id: I975516dee4da77699a000cbe1bab67cb98a0fbef
diff --git a/Dockerfile b/Dockerfile index 19ebe39..7249d3c 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,6 +1,6 @@ FROM python:3.9.2-alpine3.13 -LABEL build_date="2022-02-03" +LABEL build_date="2022-04-13" RUN apk upgrade --update