diff options
author | 2023-01-12 12:18:31 +0100 | |
---|---|---|
committer | 2023-01-12 12:23:59 +0100 | |
commit | 408cd42086aa968374c7ebb1d9125a93d7a0a10c (patch) | |
tree | f128ddc188608258ee4434ec6e8c5118cf3c3df6 /alpine/pom.xml | |
parent | 5774938b481d179a2eb43c090c2702c41cf18fb7 (diff) |
prepare dist for chlorine
add java17 base image. switch chlorine to j17
Issue-ID: CCSDK-3832
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ib2f3fd216eac4743a338299385e6bdbe52485275
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'alpine/pom.xml')
-rw-r--r-- | alpine/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine/pom.xml b/alpine/pom.xml index 6e61c9db..f99b3680 100644 --- a/alpine/pom.xml +++ b/alpine/pom.xml @@ -16,5 +16,6 @@ <modules> <module>java11</module> + <module>java17</module> </modules> </project> |