We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eab545 commit b328cefCopy full SHA for b328cef
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:21.0.8_9-jdk AS builder
+FROM eclipse-temurin:25-jdk AS builder
2
3
WORKDIR /app
4
@@ -9,7 +9,7 @@ COPY src /app/src
9
RUN --mount=type=cache,target=/root/.gradle \
10
./gradlew shadowJar --no-daemon
11
12
-FROM eclipse-temurin:21.0.8_9-jre
+FROM eclipse-temurin:25-jre
13
14
15
0 commit comments