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 0bf7e99 commit eb1206aCopy full SHA for eb1206a
main/Dockerfile
@@ -5,7 +5,7 @@ COPY . /app
5
RUN ./gradlew build -x test
6
7
# Runtime stage
8
-FROM openjdk:17-jdk-slim
+FROM eclipse-temurin:17-jdk
9
WORKDIR /app
10
COPY --from=build /app/build/libs/*.jar app.jar
11
0 commit comments