aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-12-10 14:17:42 +0100
committermrichomme <morgan.richomme@orange.com>2020-12-10 14:17:42 +0100
commit5db3d7e10581e997cd10977d0925c2d2a44ee4c5 (patch)
tree2bab3a1f6700f674fea56f621115ef0a1fc78211
parent1ba963b698d22e341671ae03cb84d60ef1732a91 (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--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e2789e..c87ddb5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"