commit | d4a0b23c9834f60a2bdc0daf04cf8a937c830408 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Wed Sep 30 12:02:32 2020 +0200 |
committer | Michal Kobus <mkobus@mirantis.com> | Wed Sep 30 12:06:19 2020 +0200 |
tree | 517264ef5f020e4685276d2683fbbf1e9809e21b | |
parent | a15d9f725cfc1f5c8bc976f462de7e107fbdb434 [diff] |
Bump baseimage to python3.8 Related-bug: PRODX-7695 Change-Id: Ic5f19fa759c0ac1ddb69b9bdbf6add309d9d82a2
diff --git a/Dockerfile b/Dockerfile index 876275f..41e4859 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.8-slim WORKDIR /usr/src/app