Base docker image java version -> 17.0.13_11 (#1921)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-11-04 11:04:09 +02:00
committed by GitHub
parent 0f892a893d
commit 62b5da77f5
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# set Java
ARG JAVA_VERSION=17.0.12_7
ARG JAVA_VERSION=17.0.13_11
# extracts spring layers from the app jar (to optimize boot)
FROM eclipse-temurin:${JAVA_VERSION}-jre-alpine as build