We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cc56d commit a7870e0Copy full SHA for a7870e0
Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
COPY . .
6
RUN mvn clean package -DskipTests
7
8
-FROM openjdk:21-jdk
+FROM amazoncorretto:21-alpine
9
10
WORKDIR /app
11
COPY --from=build /app/target/*.jar app.jar
0 commit comments