Skip to content

Commit

Permalink
dockerfile updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 19, 2023
1 parent 5d64500 commit 8fb584f
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,5 +1,5 @@

FROM openjdk:17-slim
FROM openjdk:21-slim

ADD ./target/chat-dancer.jar /chat-dancer.jar
CMD ["java", "-jar", "/chat-dancer.jar"]
Expand Down

0 comments on commit 8fb584f

Please sign in to comment.