commit | 0084e86a1152bdce4c8e9076cbe80effc9ed33ea | [log] [tgz] |
---|---|---|
author | aahmadzada <aahmadzada@mirantis.com> | Thu Oct 27 14:59:15 2022 +0400 |
committer | Allahshukur Ahmadzada <aahmadzada@mirantis.com> | Thu Oct 27 12:14:20 2022 +0000 |
tree | e30d25cb570a9554a993e4c019e6f33b2f8465ee | |
parent | eae37b65c11ed6cddeb4c0d5a3d91784f6f9f527 [diff] [blame] |
update base image. Related-PRODX: PRODX-27679 Change-Id: I1c3810750774d70e1066c9005457226166d11f6f
diff --git a/Dockerfile b/Dockerfile index cdf9d4f..baea4c2 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,6 +1,6 @@ -FROM python:3.9.12-alpine3.15 +FROM python:3.9.15-alpine3.16 -LABEL build_date="2022-05-13" +LABEL build_date="2022-10-27" RUN apk upgrade --update