Skip to content

Commit

Permalink
run on java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hennr committed Oct 11, 2023
1 parent 2cfd3a7 commit 866fdc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM eclipse-temurin:20-jre
FROM eclipse-temurin:21-jre
USER 1001
COPY build/libs/cctray-hub.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
EXPOSE 8080
EXPOSE 8081

0 comments on commit 866fdc5

Please sign in to comment.