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