Skip to content

Commit

Permalink
Bindu | Change the base image to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak authored Nov 29, 2023
1 parent cb3c2b8 commit d45cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM eclipse-temurin:17-jdk-alpine
FROM amazoncorretto:17-al2-jdk
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit d45cf63

Please sign in to comment.