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