diff options
author | morganrol <morgan.richomme@orange.com> | 2021-05-25 18:15:44 +0200 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-05-25 18:26:10 +0200 |
commit | 01c80fa3cb519477da28769509ebfb44987e936e (patch) | |
tree | abace242dfe9b915bf344f58f56e998b246551b2 /Dockerfile | |
parent | 4655ca2e578f4f46651a4bbf325110a2a97ddcdb (diff) |
[BASELINE] Update Java baseline image for Istanbul9.0.0
jre 11.0.11
alpine 3.13.5
Issue-ID: INT-1924
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I7b01c02072a3b155a3f5c2c770e0e7e671efb216
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.9.1_1-alpine +FROM adoptopenjdk/openjdk11:jre-11.0.11_9-alpine LABEL maintainer="ONAP Integration team, morgan.richomme@orange.com" LABEL Description="Reference ONAP JAVA 11 image based on alpine" |