diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-12-10 14:17:42 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-12-10 14:17:42 +0100 |
commit | 5db3d7e10581e997cd10977d0925c2d2a44ee4c5 (patch) | |
tree | 2bab3a1f6700f674fea56f621115ef0a1fc78211 | |
parent | 1ba963b698d22e341671ae03cb84d60ef1732a91 (diff) |
Prepare Honolulu Python basline image8.0.0
Python 3.9.1
Alpine 3.12
Issue-ID: INT-1807
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: Ibbb88866cd52a6137068ecd9390940d05802be74
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.8.2-alpine3.11 +FROM python:3.9.1-alpine3.12 LABEL maintainer="ONAP Integration team, morgan.richomme@orange.com" LABEL Description="Reference ONAP Python 3 image" |