diff options
author | 2020-04-21 12:38:49 +0200 | |
---|---|---|
committer | 2020-04-21 12:38:49 +0200 | |
commit | c8cfd07b8cf618137b04d1fe2c6779c6cf3a10bf (patch) | |
tree | 9b99c8df9dd8b1ab5e21e76930d9f5ab8634bbe4 /netconfsimulator/Dockerfile_app | |
parent | 9203c9c40e963b4a5e451b38d32687a185f3b8c6 (diff) |
Update java to version 11
Issue-ID: INT-1517
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Ibd3e10c534758e1b26e3a1cbd8154f5aeb423721
Diffstat (limited to 'netconfsimulator/Dockerfile_app')
-rw-r--r-- | netconfsimulator/Dockerfile_app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netconfsimulator/Dockerfile_app b/netconfsimulator/Dockerfile_app index 589be17..d1cc447 100644 --- a/netconfsimulator/Dockerfile_app +++ b/netconfsimulator/Dockerfile_app @@ -1,4 +1,4 @@ -FROM docker.io/openjdk:8-jre-alpine +FROM docker.io/openjdk:11-jre-slim ARG VERSION=${version} |