From a1e6a06c9eaac3695a447a390445bc2e9630d990 Mon Sep 17 00:00:00 2001 From: morganrol Date: Tue, 25 May 2021 18:23:15 +0200 Subject: [BASELINE] Update python baseline image for Istanbul python 3.9.5 alpine 3.13.5 Issue-ID: INT-1924 Signed-off-by: morganrol Change-Id: I730774b516fc3b6b5069d7e4f6194ac20a3b9b11 --- Dockerfile | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c87ddb5..007b7ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.1-alpine3.12 +FROM python:3.9.5-alpine3.13 LABEL maintainer="ONAP Integration team, morgan.richomme@orange.com" LABEL Description="Reference ONAP Python 3 image" diff --git a/README.md b/README.md index 8e3d6b9..34b6ad0 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,13 @@ It includes: ## History +### 9.0.0 + +use Python 3.9.5 and alpine 3.13 + ### 8.0.0 -use Python 3.9 and alpine 3.12 +use Python 3.9.1 and alpine 3.12 ### 7.0.1 -- cgit 1.2.3-korg