aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authormorganrol <morgan.richomme@orange.com>2021-05-25 18:23:15 +0200
committermorganrol <morgan.richomme@orange.com>2021-05-25 18:23:15 +0200
commita1e6a06c9eaac3695a447a390445bc2e9630d990 (patch)
treeb10e04b242996a89c8743e2c4e15ec712a1d77f2 /Dockerfile
parentd639d47f38827aa9af15db13ce0eddad98a440bb (diff)
[BASELINE] Update python baseline image for Istanbul9.0.0
python 3.9.5 alpine 3.13.5 Issue-ID: INT-1924 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I730774b516fc3b6b5069d7e4f6194ac20a3b9b11
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 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"