We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9454f04 + 52b6f5f commit 6166857Copy full SHA for 6166857
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ COPY . .
8
9
RUN gradle jar --no-daemon
10
11
-FROM eclipse-temurin:21.0.7_6-jre
+FROM eclipse-temurin:21.0.8_9-jre
12
13
COPY --from=build /code/lib/build/libs/*.jar /app/app.jar
14
0 commit comments