Skip to content

Commit

Permalink
#89 feat : DockerFile java 버전 11 -> 17 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Apr 30, 2024
1 parent 170d573 commit faa5d42
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 openjdk:11
FROM openjdk:17
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit faa5d42

Please sign in to comment.