diff options
author | morganrol <morgan.richomme@orange.com> | 2021-12-06 10:51:12 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-12-06 10:51:12 +0100 |
commit | 837d0e7c04a5c27c563cc372e51d66677edaef28 (patch) | |
tree | 662327cd580aaecfc022b334b25368c750abfff9 /Dockerfile | |
parent | 74a41bddb52add9bd2cecbf30995c7b269c17a65 (diff) |
[JAKARTA] Create Java baseline image10.0.0
Create Java baseline image based on SECCOM reco
Issue-ID: INT-2014
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I428d1568d0947a22903670f85d7b45acb8eda17f
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM adoptopenjdk/openjdk11:jre-11.0.11_9-alpine +FROM adoptopenjdk/openjdk11:jre-11.0.13_8-alpine LABEL maintainer="ONAP Integration team, morgan.richomme@orange.com" LABEL Description="Reference ONAP JAVA 11 image based on alpine" |