commit | 188adb59f0a0f9efd52d38c31ba35167227e2882 | [log] [tgz] |
---|---|---|
author | Oleksii Molchanov <omolchanov@mirantis.com> | Thu Feb 03 18:30:00 2022 +0200 |
committer | Oleksii Molchanov <omolchanov@mirantis.com> | Thu Feb 03 18:30:00 2022 +0200 |
tree | 9d01026e0b2c7e52cf6cd55756901e3194b236fb | |
parent | d76beda886b41500e4b1138cc1230c988ef7fc98 [diff] [blame] |
Update docker image Related-Prod: PROD-36767 Change-Id: I6b0dd044afca9b3f51492679bd2f739f86a52a04
diff --git a/Dockerfile b/Dockerfile index 70b2e9d..19ebe39 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,5 +1,9 @@ FROM python:3.9.2-alpine3.13 +LABEL build_date="2022-02-03" + +RUN apk upgrade --update + WORKDIR /usr/src/app COPY requirements.txt /usr/src/app/ RUN pip install -r requirements.txt