File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG SERVICE_ROOT_DIRECTORY_DEFAULT=/spring/
11
11
# ###################################################
12
12
# Building environment (java & git)
13
13
# ###################################################
14
- FROM eclipse-temurin:23 AS build-env-java
14
+ FROM eclipse-temurin:24 AS build-env-java
15
15
LABEL maintainer=webmaster@datamanager.kit.edu
16
16
LABEL stage=build-env
17
17
@@ -48,7 +48,7 @@ RUN bash ./build.sh $SERVICE_DIRECTORY
48
48
# ###################################################
49
49
# Runtime environment 4 metastore2
50
50
# ###################################################
51
- FROM eclipse-temurin:23 AS run-service-mapping-service
51
+ FROM eclipse-temurin:24 AS run-service-mapping-service
52
52
LABEL maintainer=webmaster@datamanager.kit.edu
53
53
LABEL stage=run
54
54
You can’t perform that action at this time.
0 commit comments