Skip to content

Commit a7870e0

Browse files
committed
Switches to Amazon Corretto base image
Updates the Dockerfile to use Amazon Corretto's base image, which may offer performance or compatibility benefits.
1 parent a1cc56d commit a7870e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /app
55
COPY . .
66
RUN mvn clean package -DskipTests
77

8-
FROM openjdk:21-jdk
8+
FROM amazoncorretto:21-alpine
99

1010
WORKDIR /app
1111
COPY --from=build /app/target/*.jar app.jar

0 commit comments

Comments
 (0)