diff options
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -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" @@ -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 |