Skip to content

Commit

Permalink
Merge pull request #8 from NTF-marketplace/fix/dockerfile
Browse files Browse the repository at this point in the history
fix(dockerfile): fix jdk version
  • Loading branch information
dongdorrong authored Jul 25, 2024
2 parents c7baffe + 02e0786 commit f191296
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,4 +1,4 @@
FROM amazoncorretto:17-alpine
FROM amazoncorretto:21-alpine

COPY build/libs/*.jar /app.jar

Expand Down

0 comments on commit f191296

Please sign in to comment.